summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_Parser.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBALOC_Parser.inl')
-rw-r--r--TAO/tao/CORBALOC_Parser.inl25
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/tao/CORBALOC_Parser.inl b/TAO/tao/CORBALOC_Parser.inl
new file mode 100644
index 00000000000..53f39cf5a05
--- /dev/null
+++ b/TAO/tao/CORBALOC_Parser.inl
@@ -0,0 +1,25 @@
+// -*- 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)
+ : profile_ (0)
+{
+}
+
+ACE_INLINE
+TAO_CORBALOC_Parser::parsed_endpoint::~parsed_endpoint (void)
+{
+ if (this->profile_ != 0)
+ this->profile_->_decr_refcnt();
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL