summaryrefslogtreecommitdiff
path: root/TAO/tao/Tagged_Profile.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Tagged_Profile.i')
-rw-r--r--TAO/tao/Tagged_Profile.i6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Tagged_Profile.i b/TAO/tao/Tagged_Profile.i
index 60249f0ef37..52e7b34fae1 100644
--- a/TAO/tao/Tagged_Profile.i
+++ b/TAO/tao/Tagged_Profile.i
@@ -1,9 +1,6 @@
// -*- C++ -*-
-//
// $Id$
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE
TAO_Tagged_Profile::TAO_Tagged_Profile (TAO_ORB_Core *orb_core)
: orb_core_ (orb_core),
@@ -16,6 +13,7 @@ TAO_Tagged_Profile::TAO_Tagged_Profile (TAO_ORB_Core *orb_core)
}
+
ACE_INLINE TAO::ObjectKey &
TAO_Tagged_Profile::object_key (void)
{
@@ -63,5 +61,3 @@ TAO_Tagged_Profile::discriminator (void) const
{
return this->discriminator_;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL