dcop
ICE.h
Go to the documentation of this file.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 #ifndef _ICE_H_
00028 #define _ICE_H_
00029 
00030 
00031 
00032 
00033 
00034 #define IceProtoMajor 1
00035 #define IceProtoMinor 0
00036 
00037 
00038 
00039 
00040 
00041 
00042 #define IceLSBfirst     0
00043 #define IceMSBfirst     1
00044 
00045 
00046 
00047 
00048 
00049 
00050 #define ICE_Error       0
00051 #define ICE_ByteOrder       1
00052 #define ICE_ConnectionSetup 2
00053 #define ICE_AuthRequired    3
00054 #define ICE_AuthReply       4
00055 #define ICE_AuthNextPhase   5
00056 #define ICE_ConnectionReply 6
00057 #define ICE_ProtocolSetup   7
00058 #define ICE_ProtocolReply   8
00059 #define ICE_Ping        9
00060 #define ICE_PingReply       10
00061 #define ICE_WantToClose     11
00062 #define ICE_NoClose     12
00063 
00064 
00065 
00066 
00067 
00068 
00069 #define IceCanContinue      0
00070 #define IceFatalToProtocol  1
00071 #define IceFatalToConnection    2
00072 
00073 
00074 
00075 
00076 
00077 
00078 #define IceBadMinor 0x8000
00079 #define IceBadState 0x8001
00080 #define IceBadLength    0x8002
00081 #define IceBadValue 0x8003
00082 
00083 
00084 
00085 
00086 
00087 
00088 #define IceBadMajor         0
00089 #define IceNoAuth           1
00090 #define IceNoVersion            2
00091 #define IceSetupFailed          3
00092 #define IceAuthRejected         4
00093 #define IceAuthFailed           5
00094 #define IceProtocolDuplicate        6
00095 #define IceMajorOpcodeDuplicate     7
00096 #define IceUnknownProtocol      8
00097 
00098 #endif