summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/Storable.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/Storable.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Storable.inl6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Storable.inl b/TAO/orbsvcs/orbsvcs/Naming/Storable.inl
index 50a149a9c0c..c6eff092b53 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Storable.inl
+++ b/TAO/orbsvcs/orbsvcs/Naming/Storable.inl
@@ -1,5 +1,3 @@
-// -*- C++ -*-
-
// $Id$
// ============================================================================
//
@@ -15,8 +13,6 @@
//
// ============================================================================
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE void
TAO_NS_Persistence_Header::size (unsigned int size)
{
@@ -166,5 +162,3 @@ TAO_Storable_Base::fail (void) const
{
return (this->state_ & failbit);
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL