2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
5 ACE_TLI_Connector::ACE_TLI_Connector (ACE_TLI_Stream &new_stream,
6 const ACE_Addr &remote_sap,
7 ACE_Time_Value *timeout,
8 const ACE_Addr &local_sap,
18 ACE_TRACE ("ACE_TLI_Connector::ACE_TLI_Connector");
19 if (this->connect (new_stream,
31 && timeout != 0 && !(errno == EWOULDBLOCK || errno == ETIME))
32 ACELIB_ERROR ((LM_ERROR,
34 ACE_TEXT ("ACE_TLI_Stream::ACE_TLI_Stream")));
39 ACE_TLI_Connector::reset_new_handle (ACE_HANDLE)
41 // Nothing to do here since the handle is not a socket
45 ACE_END_VERSIONED_NAMESPACE_DECL