00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef _terimber_msg_c_h_
00029 #define _terimber_msg_c_h_
00030
00031 #include "allinc.h"
00032 #include "aiomsg/aiomsgfactory.h"
00033
00034 BEGIN_TERIMBER_NAMESPACE
00035 #pragma pack(4)
00036
00039 #define MSG_RESULT_OK 0
00041 #define MSG_RESULT_UNKNOWN_ERROR 0xffffffff
00043 #define MSG_RESULT_NOTMEMORY 0xfffffffe
00045 #define MSG_RESULT_TIMEOUT 0xfffffffd
00047 #define MSG_RESULT_UNKNOWN_DESTINATION 0xfffffffc
00049 #define MSG_RESULT_CONNECTION_BROKEN 0xfffffffb
00051 #define MSG_RESULT_ACCESS_DENIED 0xfffffffa
00053 #define MSG_RESULT_UNKNOWN_FILE 0xfffffff9
00055 #define MSG_RESULT_UNKNOWN_MSGID 0xfffffff8
00057 #define MSG_RESULT_INVALID_MSGFORMAT 0xfffffff7
00059 #define MSG_RESULT_INVALID_SESSION 0xfffffff5
00062 #define MSG_PRIORITY_SYSTEM 0
00064 #define MSG_PRIORITY_HIGH 1
00066 #define MSG_PRIORITY_NORMAL 2
00067
00068
00069 #pragma pack()
00070 END_TERIMBER_NAMESPACE
00071
00072 #endif
00073
00074