Main Page   Class Hierarchy   Compound List   File List   Compound Members  

texnames.h

00001 /*
00002  * Copyright (c) 1991-2006 TIBCO Software Inc.
00003  * All rights reserved.
00004  * For more information, please contact:
00005  * TIBCO Software Inc., Palo Alto, California, USA
00006  *
00007  * $Id: //dev/packages/tpsi/cpsi/dev/68/src/rtworks/texnames.h#1 $
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_

Generated on Fri Jul 14 15:05:54 2006 by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001