// $Id: Managed_Object.cpp,v 1.1.1.3 2001/12/04 14:33:03 chad Exp $ #ifndef ACE_MANAGED_OBJECT_CPP #define ACE_MANAGED_OBJECT_CPP #include "ace/Managed_Object.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #if !defined (__ACE_INLINE__) #include "ace/Managed_Object.i" #endif /* __ACE_INLINE__ */ ACE_RCSID(ace, Managed_Object, "$Id: Managed_Object.cpp,v 1.1.1.3 2001/12/04 14:33:03 chad Exp $") template ACE_Cleanup_Adapter::~ACE_Cleanup_Adapter (void) { } #endif /* ACE_MANAGED_OBJECT_CPP */