Managed_Object.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Managed_Object.inl 80826 2008-03-04 14:51:23Z wotte $
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 template <class TYPE>
00008 ACE_INLINE
00009 ACE_Cleanup_Adapter<TYPE>::ACE_Cleanup_Adapter (void)
00010   // Note: don't explicitly initialize "object_", because TYPE may not
00011   // have a default constructor.  Let the compiler figure it out . . .
00012 {
00013 }
00014 
00015 template <class TYPE>
00016 ACE_INLINE
00017 TYPE &
00018 ACE_Cleanup_Adapter<TYPE>::object (void)
00019 {
00020   return this->object_;
00021 }
00022 
00023 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:18:40 2010 for ACE by  doxygen 1.4.7