Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

errcode.h

Go to the documentation of this file.
00001 //**************************************************************************
00002 #ifndef _ERRCODE_H_
00003 #define _ERRCODE_H_
00004 //**************************************************************************
00005 #include <exception>
00006 //**************************************************************************
00007 enum {ERR_BAD_SOCKET = -100, ERR_SIGPIPE, ERR_SUCCESS, ERR_SEND_MESG, ERR_RECV_MESG, ERR_BAD_DATA};
00008 enum {POSSE_SUCCESS = 0, POSSE_FAILURE, POSSE_RETRY, POSSE_INVALID_KEY, POSSE_INVALID_VARIABLE, POSSE_READONLY_KEY};
00009 void trap_sigpipe();
00010 //**************************************************************************
00011 #endif  // _ERRCODE_H_
00012 //**************************************************************************

Generated on Sun Jun 16 17:36:49 2002 for POSSE: Portable Object-oriented Scientific Steering Environment by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001