00001 #ifndef LMSG_ERRORENUM_HH 00002 #define LMSG_ERRORENUM_HH 00003 00004 namespace lmsg { 00005 enum ErrorList { 00006 OK = 0, 00007 SystemError, 00008 TimeOut, 00009 Continue, 00010 BadAddress, 00011 NoBuffer, 00012 NoPool, 00013 NotOpen, 00014 SizeError, 00015 Failure, 00016 MisMatch, 00017 Syntax, 00018 Invalid, 00019 NoHandler 00020 }; 00021 } // namespace lmsg 00022 00023 #endif // LMSG_MSGADDR_HH
1.5.4