![]() |
ISocketHandler.h File Reference
Include dependency graph for ISocketHandler.h: ![]() This graph shows which files directly or indirectly include this file: ![]() Go to the source code of this file.
Detailed Description
Definition in file ISocketHandler.h. Enumeration Type Documentation
Definition at line 46 of file ISocketHandler.h. 00046 { 00047 LIST_CALLONCONNECT = 0, 00048 #ifdef ENABLE_DETACH 00049 LIST_DETACH, 00050 #endif 00051 LIST_TIMEOUT, 00052 LIST_RETRY, 00053 LIST_CLOSE 00054 } list_t;
|