summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_Parser.inl
blob: 399a02a53bbb06c15077532607d434a87371bcfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- C++ -*-
#if (TAO_HAS_CORBALOC_PARSER == 1)

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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 */