00001 /****************************************************************** 00002 ANet_Daemon/Common/Utilities.h 00003 Miscellaneous utility functions for modules in the ANet 00004 deamon. 00005 00006 Part of the run-time wrapper of the ANet project. 00007 00008 Distributed under GPL: http://www.gnu.org/copyleft/gpl.html 00009 ******************************************************************/ 00010 00011 #ifndef ANET_COMMON_UTILITIES 00012 #define ANET_COMMON_UTILITIES 00013 00026 00027 enum 00028 { 00029 kConnectionOpen = 1, 00030 kConnectionClosed = 0, 00031 kConnectionOnHold = 2 00032 }; 00033