LSOCK_CODgram.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // LSOCK_CODgram.inl,v 4.2 2005/10/28 16:14:52 ossama Exp
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 // Do nothing constructor.
00008 
00009 ACE_INLINE
00010 ACE_LSOCK_CODgram::ACE_LSOCK_CODgram (void)
00011 {
00012   ACE_TRACE ("ACE_LSOCK_CODgram::ACE_LSOCK_CODgram");
00013 }
00014 
00015 ACE_INLINE void
00016 ACE_LSOCK_CODgram::set_handle (ACE_HANDLE h)
00017 {
00018   ACE_TRACE ("ACE_LSOCK_CODgram::set_handle");
00019   this->ACE_SOCK_CODgram::set_handle (h);
00020   this->ACE_LSOCK::set_handle (h);
00021 }
00022 
00023 ACE_INLINE ACE_HANDLE
00024 ACE_LSOCK_CODgram::get_handle (void) const
00025 {
00026   ACE_TRACE ("ACE_LSOCK_CODgram::get_handle");
00027   return this->ACE_SOCK_CODgram::get_handle ();
00028 }
00029 
00030 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 09:41:53 2006 for ACE by doxygen 1.3.6