ISocketHandler.h File Reference#include "sockets-config.h"#include <list>#include "socket_include.h"#include "Socket.h"#include "StdLog.h"
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 44 of file ISocketHandler.h. 00044 { 00045 LIST_CALLONCONNECT = 0, 00046 #ifdef ENABLE_DETACH 00047 LIST_DETACH, 00048 #endif 00049 LIST_TIMEOUT, 00050 LIST_RETRY, 00051 LIST_CLOSE 00052 } list_t;
| |||||||||||||||||
1.4.4