Abstract_Servant_Base.cpp

Go to the documentation of this file.
00001 // Abstract_Servant_Base.cpp,v 1.10 2005/11/02 07:13:02 ossama Exp
00002 
00003 #include "tao/Abstract_Servant_Base.h"
00004 
00005 ACE_RCSID (tao,
00006            Abstract_Servant_Base,
00007            "Abstract_Servant_Base.cpp,v 1.10 2005/11/02 07:13:02 ossama Exp")
00008 
00009 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00010 
00011 TAO_Abstract_ServantBase::TAO_Abstract_ServantBase (void)
00012 {
00013   // No-Op.
00014 }
00015 
00016 TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase (void)
00017 {
00018   // No-Op.
00019 }
00020 
00021 TAO_Abstract_ServantBase::TAO_Abstract_ServantBase (const TAO_Abstract_ServantBase &)
00022 {
00023   // No-Op
00024 }
00025 
00026 TAO_Abstract_ServantBase & TAO_Abstract_ServantBase::operator= (const TAO_Abstract_ServantBase&)
00027 {
00028   return *this;
00029 }
00030 
00031 TAO_END_VERSIONED_NAMESPACE_DECL

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