summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_Parser.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBALOC_Parser.i')
-rw-r--r--TAO/tao/CORBALOC_Parser.i7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/CORBALOC_Parser.i b/TAO/tao/CORBALOC_Parser.i
index fddafd15c3f..53f39cf5a05 100644
--- a/TAO/tao/CORBALOC_Parser.i
+++ b/TAO/tao/CORBALOC_Parser.i
@@ -1,13 +1,16 @@
// -*- C++ -*-
+//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
TAO_CORBALOC_Parser::TAO_CORBALOC_Parser (void)
{
}
ACE_INLINE
-TAO_CORBALOC_Parser::parsed_endpoint::parsed_endpoint(void)
+TAO_CORBALOC_Parser::parsed_endpoint::parsed_endpoint (void)
: profile_ (0)
{
}
@@ -18,3 +21,5 @@ TAO_CORBALOC_Parser::parsed_endpoint::~parsed_endpoint (void)
if (this->profile_ != 0)
this->profile_->_decr_refcnt();
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL