Cleanup_Func_Registry.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Cleanup_Func_Registry.inl,v 1.2 2005/11/02 07:13:02 ossama Exp
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

Generated on Thu Nov 9 11:54:09 2006 for TAO by doxygen 1.3.6