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

result_status.h

Go to the documentation of this file.
00001 #if !defined(RESULT_STATUS_H)
00002 #define RESULT_STATUS_H
00003 
00004 // values returned from Task Processor / Preparer section
00005 // to the caller
00006 
00007 #define MSB_RESULT_ERROR  -1
00008 #define MSB_RESULT_GOOD    0
00009 #define MSB_RESULT_FAIL    1
00010 #define MSB_RESULT_BUSY    2 // only between client and server
00011 
00012 #endif // !defined(RESULT_STATUS_H)

Generated on Tue May 6 09:16:07 2003 for Earthworm Libs by doxygen1.3-rc3