Managed_Object.cpp

Go to the documentation of this file.
00001 // Managed_Object.cpp,v 4.14 2005/10/28 16:14:53 ossama Exp
00002 
00003 #ifndef ACE_MANAGED_OBJECT_CPP
00004 #define ACE_MANAGED_OBJECT_CPP
00005 
00006 #include "ace/Managed_Object.h"
00007 
00008 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00009 # pragma once
00010 #endif /* ACE_LACKS_PRAGMA_ONCE */
00011 
00012 #if !defined (__ACE_INLINE__)
00013 #include "ace/Managed_Object.inl"
00014 #endif /* __ACE_INLINE__ */
00015 
00016 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00017 
00018 template <class TYPE>
00019 ACE_Cleanup_Adapter<TYPE>::~ACE_Cleanup_Adapter (void)
00020 {
00021 }
00022 
00023 ACE_END_VERSIONED_NAMESPACE_DECL
00024 
00025 #endif /* ACE_MANAGED_OBJECT_CPP */

Generated on Thu Nov 9 09:41:54 2006 for ACE by doxygen 1.3.6