Abstract_Servant_Base.inl

Go to the documentation of this file.
00001 // $Id: Abstract_Servant_Base.inl 79109 2007-07-31 07:23:49Z johnnyw $
00002 
00003 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00004 
00005 ACE_INLINE
00006 TAO_Abstract_ServantBase::TAO_Abstract_ServantBase (void)
00007 {
00008   // No-Op.
00009 }
00010 
00011 ACE_INLINE
00012 TAO_Abstract_ServantBase::TAO_Abstract_ServantBase
00013   (const TAO_Abstract_ServantBase &)
00014 {
00015   // No-Op
00016 }
00017 
00018 ACE_INLINE
00019 TAO_Abstract_ServantBase &
00020 TAO_Abstract_ServantBase::operator= (const TAO_Abstract_ServantBase&)
00021 {
00022   return *this;
00023 }
00024 
00025 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:37:51 2010 for TAO by  doxygen 1.4.7