2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
4 // Sets both the file descriptors... Overrides handle from the base
8 ACE_LSOCK_Stream::set_handle (ACE_HANDLE fd)
10 ACE_TRACE ("ACE_LSOCK_Stream::set_handle");
11 this->ACE_SOCK_Stream::set_handle (fd);
12 this->ACE_LSOCK::set_handle (fd);
16 ACE_LSOCK_Stream::get_handle () const
18 ACE_TRACE ("ACE_LSOCK_Stream::get_handle");
19 return this->ACE_SOCK_Stream::get_handle ();
22 ACE_END_VERSIONED_NAMESPACE_DECL