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, 1 insertions, 6 deletions
diff --git a/TAO/tao/CORBALOC_Parser.i b/TAO/tao/CORBALOC_Parser.i
index 53f39cf5a05..fddafd15c3f 100644
--- a/TAO/tao/CORBALOC_Parser.i
+++ b/TAO/tao/CORBALOC_Parser.i
@@ -1,16 +1,13 @@
// -*- 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)
{
}
@@ -21,5 +18,3 @@ TAO_CORBALOC_Parser::parsed_endpoint::~parsed_endpoint (void)
if (this->profile_ != 0)
this->profile_->_decr_refcnt();
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL