2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
5 ACE_LSOCK_Dgram::set_handle (ACE_HANDLE h)
7 ACE_TRACE ("ACE_LSOCK_Dgram::set_handle");
8 this->ACE_SOCK_Dgram::set_handle (h);
9 this->ACE_LSOCK::set_handle (h);
13 ACE_LSOCK_Dgram::get_handle () const
15 ACE_TRACE ("ACE_LSOCK_Dgram::get_handle");
16 return this->ACE_SOCK_Dgram::get_handle ();
19 ACE_END_VERSIONED_NAMESPACE_DECL