00001 /* -*- C++ -*- */ 00002 // $Id: Managed_Object.i,v 1.1.1.2 2001/12/04 14:33:04 chad Exp $ 00003 00004 template <class TYPE> 00005 ACE_INLINE 00006 ACE_Cleanup_Adapter<TYPE>::ACE_Cleanup_Adapter (void) 00007 // Note: don't explicitly initialize "object_", because TYPE may not 00008 // have a default constructor. Let the compiler figure it out . . . 00009 { 00010 } 00011 00012 template <class TYPE> 00013 ACE_INLINE 00014 TYPE & 00015 ACE_Cleanup_Adapter<TYPE>::object (void) 00016 { 00017 return this->object_; 00018 }
1.2.14 written by Dimitri van Heesch,
© 1997-2002