summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_Parser.inl
blob: 5515a3c28be811997566c5c46891883837dc78b8 (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
26
27
28
29
// -*- C++ -*-
//
// $Id$

#if (TAO_HAS_CORBALOC_PARSER == 1)

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

#endif /* TAO_HAS_CORBALOC_PARSER == 1 */