2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
4 // Do nothing constructor.
7 ACE_LSOCK_CODgram::ACE_LSOCK_CODgram ()
9 ACE_TRACE ("ACE_LSOCK_CODgram::ACE_LSOCK_CODgram");
13 ACE_LSOCK_CODgram::set_handle (ACE_HANDLE h)
15 ACE_TRACE ("ACE_LSOCK_CODgram::set_handle");
16 this->ACE_SOCK_CODgram::set_handle (h);
17 this->ACE_LSOCK::set_handle (h);
21 ACE_LSOCK_CODgram::get_handle () const
23 ACE_TRACE ("ACE_LSOCK_CODgram::get_handle");
24 return this->ACE_SOCK_CODgram::get_handle ();
27 ACE_END_VERSIONED_NAMESPACE_DECL