Transport_Acceptor.cpp

Go to the documentation of this file.
00001 // Transport_Acceptor.cpp,v 1.7 2006/03/10 07:19:07 jtc Exp
00002 
00003 #include "tao/Transport_Acceptor.h"
00004 
00005 #if !defined (__ACE_INLINE__)
00006 # include "tao/Transport_Acceptor.inl"
00007 #endif /* __ACE_INLINE__ */
00008 
00009 ACE_RCSID (tao,
00010            Acceptor,
00011            "Transport_Acceptor.cpp,v 1.7 2006/03/10 07:19:07 jtc Exp")
00012 
00013 
00014 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00015 
00016 TAO_Acceptor::TAO_Acceptor (CORBA::ULong tag)
00017   : tag_ (tag)
00018 {
00019 }
00020 
00021 TAO_Acceptor::~TAO_Acceptor (void)
00022 {
00023 
00024   //@@ TAO_ACCEPTOR_DESTRUCTOR_ADD_HOOK
00025 }
00026 
00027 //@@ TAO_ACCEPTOR_SPL_METHODS_ADD_HOOK
00028 
00029 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 11:54:26 2006 for TAO by doxygen 1.3.6