#include "ace/WFMO_Reactor.h"#include "ace/Handle_Set.h"#include "ace/Timer_Heap.h"#include "ace/Thread.h"#include "ace/OS_NS_errno.h"#include "ace/Null_Condition.h"#include "ace/Auto_Ptr.h"Include dependency graph for WFMO_Reactor.cpp:

Go to the source code of this file.
Functions | |
| int | WSAEventSelect (SOCKET, WSAEVENT, long) |
| int | WSAEnumNetworkEvents (SOCKET, WSAEVENT, LPWSANETWORKEVENTS) |
|
||||||||||||||||
|
Definition at line 2693 of file WFMO_Reactor.cpp. References LPWSANETWORKEVENTS.
02696 {
02697 return -1;
02698 }
|
|
||||||||||||||||
|
Definition at line 2685 of file WFMO_Reactor.cpp. Referenced by ACE_ATM_Connector::reset_new_handle(), ACE_SOCK_Connector::reset_new_handle(), and ACE_SOCK_SEQPACK_Connector::reset_new_handle().
02688 {
02689 return -1;
02690 }
|
1.3.6