summaryrefslogtreecommitdiff
path: root/TAO/tao/Abstract_Servant_Base.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-31 07:23:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-31 07:23:49 +0000
commit9609d3c416ba3fc2410f064281feb83516ad73a0 (patch)
tree885ea78dce1b7f206e5eb8a7a6c44f71e190d69d /TAO/tao/Abstract_Servant_Base.cpp
parent41ba9e8894eaae88a50320fe409f80a5857f41be (diff)
downloadATCD-9609d3c416ba3fc2410f064281feb83516ad73a0.tar.gz
Tue Jul 31 07:22:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Abstract_Servant_Base.cpp')
-rw-r--r--TAO/tao/Abstract_Servant_Base.cpp22
1 files changed, 4 insertions, 18 deletions
diff --git a/TAO/tao/Abstract_Servant_Base.cpp b/TAO/tao/Abstract_Servant_Base.cpp
index 9fe7ff5a30d..46090112a7e 100644
--- a/TAO/tao/Abstract_Servant_Base.cpp
+++ b/TAO/tao/Abstract_Servant_Base.cpp
@@ -6,28 +6,14 @@ ACE_RCSID (tao,
Abstract_Servant_Base,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+#if !defined(__ACE_INLINE__)
+#include "tao/Abstract_Servant_Base.inl"
+#endif /* __ACE_INLINE__ */
-TAO_Abstract_ServantBase::TAO_Abstract_ServantBase (void)
-{
- // No-Op.
-}
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase (void)
{
- // No-Op.
-}
-
-TAO_Abstract_ServantBase::TAO_Abstract_ServantBase
- (const TAO_Abstract_ServantBase &)
-{
- // No-Op
-}
-
-TAO_Abstract_ServantBase &
-TAO_Abstract_ServantBase::operator= (const TAO_Abstract_ServantBase&)
-{
- return *this;
}
TAO_END_VERSIONED_NAMESPACE_DECL