00001 // -*- C++ -*- 00002 // 00003 // $Id: Cleanup_Func_Registry.inl 69150 2005-11-02 07:13:04Z ossama $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE 00008 TAO_Cleanup_Func_Registry::TAO_Cleanup_Func_Registry (void) 00009 : cleanup_funcs_ () 00010 { 00011 } 00012 00013 ACE_INLINE size_t 00014 TAO_Cleanup_Func_Registry::size (void) const 00015 { 00016 return this->cleanup_funcs_.size (); 00017 } 00018 00019 TAO_END_VERSIONED_NAMESPACE_DECL