2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
6 ACE_Cleanup_Adapter<TYPE>::ACE_Cleanup_Adapter ()
7 // Note: don't explicitly initialize "object_", because TYPE may not
8 // have a default constructor. Let the compiler figure it out . . .
15 ACE_Cleanup_Adapter<TYPE>::object ()
20 ACE_END_VERSIONED_NAMESPACE_DECL