00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef T_EXCEPTIONNAMES_H_
00011 #define T_EXCEPTIONNAMES_H_
00012
00013 #include <rtworks/ipc.h>
00014 #include <rtworks/tex.h>
00015 #include <rtworks/types.h>
00016
00017 namespace SmartSockets {
00018
00025 class T_IPCX_API ExceptionNames : public Exception
00026 {
00027 public:
00037 static const char* getErrorString(int4 ssErrNum);
00038
00048 static void setErrorString(int4 ssErrNum, const char* errStr);
00049
00050 };
00051 }
00052
00053 #endif // T_EXCEPTIONNAMES_H_