CORBALOC_Parser.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: CORBALOC_Parser.inl 79237 2007-08-07 09:48:21Z johnnyw $
00004 
00005 #if (TAO_HAS_CORBALOC_PARSER == 1)
00006 
00007 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00008 
00009 ACE_INLINE
00010 TAO_CORBALOC_Parser::TAO_CORBALOC_Parser (void)
00011 {
00012 }
00013 
00014 ACE_INLINE
00015 TAO_CORBALOC_Parser::parsed_endpoint::parsed_endpoint (void)
00016  : profile_ (0)
00017 {
00018 }
00019 
00020 ACE_INLINE
00021 TAO_CORBALOC_Parser::parsed_endpoint::~parsed_endpoint (void)
00022 {
00023   if (this->profile_ != 0)
00024     this->profile_->_decr_refcnt();
00025 }
00026 
00027 TAO_END_VERSIONED_NAMESPACE_DECL
00028 
00029 #endif /* TAO_HAS_CORBALOC_PARSER == 1 */

Generated on Tue Feb 2 17:37:51 2010 for TAO by  doxygen 1.4.7