Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / CORBALOC_Parser.inl
blob7545b3b3e2b555f49453800dc7efc0aa4e4d1dde
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 ()
9   if (this->profile_ != 0)
10     this->profile_->_decr_refcnt();
13 TAO_END_VERSIONED_NAMESPACE_DECL
15 #endif /* TAO_HAS_CORBALOC_PARSER == 1 */