FetchStatus.h

Go to the documentation of this file.
00001 
00020 #ifndef ARXX_FETCHSTATUS_H
00021 #define ARXX_FETCHSTATUS_H
00022 
00029 namespace Arxx
00030 {
00031     typedef enum
00032     {
00033         FETCHED = 0,
00034         UNFETCHED = 1,
00035         CONNECTING = 2,
00036         LOGGINGIN = 3,
00037         LOGGINGOUT = 4,
00038         DISCONNECTING = 5,
00039         TRANSFERING = 6,
00040         REQUESTING = 7,
00041         HOSTUNREACHABLE = 8,
00042         LOGINNOTALLOWED = 9,
00043         SERVICEUNAVAILABLE = 10,
00044         DATANOTFOUND = 11,
00045         FETCHING = 12,
00046         RESOLVINGHOST = 13,
00047         SYSTEMERROR = 14
00048     } FetchStatus;
00049 }
00050 
00051 #endif

Generated on Tue Oct 10 11:33:55 2006 for libarxx by  doxygen 1.4.7