Rudiments
|
00001 // Copyright (c) 2002 David Muse 00002 // See the COPYING file for more information. 00003 00004 #ifndef RUDIMENTS_RESULT_CODES_H 00005 #define RUDIMENTS_RESULT_CODES_H 00006 00007 #define RESULT_SUCCESS 1 00008 #define RESULT_ERROR -1 00009 #define RESULT_TIMEOUT -2 00010 #define RESULT_ABORT -3 00011 00012 #endif