diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2009-08-05 23:55:44 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2009-08-05 23:55:44 +0200 |
commit | f7d433e6e8559b4584263cae025d3addd1342df4 (patch) | |
tree | 1553cd2fd935ab57667a7ac83aa0407c30a8f3da /src/Core | |
parent | 11d25f7765e6cc5f4ae501bfe78202808a880f3c (diff) | |
download | mad-f7d433e6e8559b4584263cae025d3addd1342df4.tar mad-f7d433e6e8559b4584263cae025d3addd1342df4.zip |
UserManager: Check-Funktionen hinzugefügt
Diffstat (limited to 'src/Core')
-rw-r--r-- | src/Core/Exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/Exception.h b/src/Core/Exception.h index c6bcebe..1824ff6 100644 --- a/src/Core/Exception.h +++ b/src/Core/Exception.h @@ -29,7 +29,7 @@ class Exception { public: enum ErrorCode { SUCCESS = 0x0000, UNEXPECTED_PACKET = 0x0001, INVALID_ACTION = 0x0002, NOT_AVAILABLE = 0x0003, NOT_FINISHED = 0x0004, NOT_IMPLEMENTED = 0x0005, - NOT_FOUND = 0x0006, + NOT_FOUND = 0x0006, INVALID_INPUT = 0x0007, INTERNAL_ERRNO = 0x0010, INVALID_ADDRESS = 0x0020, ALREADY_IDENTIFIED = 0x0030, UNKNOWN_DAEMON = 0x0031, |