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, 6 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Storable.inl b/TAO/orbsvcs/orbsvcs/Naming/Storable.inl
index c6eff092b53..50a149a9c0c 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Storable.inl
+++ b/TAO/orbsvcs/orbsvcs/Naming/Storable.inl
@@ -1,3 +1,5 @@
+// -*- C++ -*-
+
// $Id$
// ============================================================================
//
@@ -13,6 +15,8 @@
//
// ============================================================================
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE void
TAO_NS_Persistence_Header::size (unsigned int size)
{
@@ -162,3 +166,5 @@ TAO_Storable_Base::fail (void) const
{
return (this->state_ & failbit);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL