summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_Parser.i
blob: 53f39cf5a05d9ede953709e7a254ee4bfa6c8f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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