2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
4 // Creates a Local ACE_DEV.
7 ACE_DEV_Connector::ACE_DEV_Connector (ACE_DEV_IO &new_io,
8 const ACE_DEV_Addr &remote_sap,
9 ACE_Time_Value *timeout,
10 const ACE_Addr &local_sap,
15 ACE_TRACE ("ACE_DEV_Connector::ACE_DEV_Connector");
16 if (this->connect (new_io, remote_sap, timeout, local_sap,
17 reuse_addr, flags, perms) == ACE_IO_SAP::INVALID_HANDLE
18 && timeout != 0 && !(errno == EWOULDBLOCK || errno == ETIME))
19 ACELIB_ERROR ((LM_ERROR, ACE_TEXT ("address %s, %p\n"),
20 remote_sap.get_path_name (), ACE_TEXT ("ACE_DEV_IO")));
24 ACE_DEV_Connector::reset_new_handle (ACE_HANDLE)
26 // Nothing to do here since the handle is not a socket
30 ACE_END_VERSIONED_NAMESPACE_DECL