// $Id$ #include "ace/SOCK_Connector.h" #include "ace/INET_Addr.h" #include "ace/Reactor.h" #include "ace/WFMO_Reactor.h" #include "CPP-connector.h" ACE_RCSID(non_blocking, test_sock_connector, "$Id$") typedef Peer_Handler PEER_HANDLER; typedef IPC_Client IPC_CLIENT; // ACE_SOCK Client. int main (int argc, char *argv[]) { // Since this test waits on the STDIN handle to become ready, we // have to make sure that the WFMO_Reactor is used on Win32. This is // necessary since