Main Page   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

BgtErrors.h

Go to the documentation of this file.
00001 /*
00002  * BgtErrors.h
00003  *
00004  * Copyright 2003, MobileSpear Inc. (www.mobilespear.com). All rights reserved.
00005  * Copyright 2003, David Resnick. All rights reserved.
00006  *
00007  * See the file doc\license.txt for the terms of usage and distribution.
00008  */
00009 
00010 #ifndef _BOGOTEL_BGTERRORS_H
00011 #define _BOGOTEL_BGTERRORS_H
00012 
00013 namespace bogotel {
00014 
00015     enum {
00016         resultSUCCESS            = 0,
00017         resultERROR              = 1,
00018         resultNOTENOUGHMEMORY    = 2,
00019         resultUNEXPECTED         = 3,
00020         resultFAIL               = 4,
00021         resultPOINTER            = 5,
00022         resultFUNC_BAD_PARAMETER = 6,
00023         resultSOCKET_ERROR       = 7,
00024         resultSOCKET_IN_USE      = 8,
00025         resultIOERROR            = 9,
00026         resultDISABLE            = 10
00027     };
00028 }
00029 
00030 #endif // ! _BOGOTEL_BGTERRORS_H
00031 

Generated on Tue Aug 12 12:41:28 2003 for bogotel by doxygen 1.3. Hosted by SourceForge.net Logo