Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / CORBALOC_Parser.inl
blob399a02a53bbb06c15077532607d434a87371bcfe
1 // -*- C++ -*-
2 #if (TAO_HAS_CORBALOC_PARSER == 1)
4 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 ACE_INLINE
7 TAO_CORBALOC_Parser::parsed_endpoint::~parsed_endpoint (void)
9   if (this->profile_ != 0)
10     this->profile_->_decr_refcnt();
13 TAO_END_VERSIONED_NAMESPACE_DECL
15 #endif /* TAO_HAS_CORBALOC_PARSER == 1 */