diff options
Diffstat (limited to 'ace/Managed_Object.i')
-rw-r--r-- | ace/Managed_Object.i | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ace/Managed_Object.i b/ace/Managed_Object.i deleted file mode 100644 index d4dd6043418..00000000000 --- a/ace/Managed_Object.i +++ /dev/null @@ -1,18 +0,0 @@ -/* -*- C++ -*- */ -// $Id$ - -template <class TYPE> -ACE_INLINE -ACE_Cleanup_Adapter<TYPE>::ACE_Cleanup_Adapter (void) - // Note: don't explicitly initialize "object_", because TYPE may not - // have a default constructor. Let the compiler figure it out . . . -{ -} - -template <class TYPE> -ACE_INLINE -TYPE & -ACE_Cleanup_Adapter<TYPE>::object (void) -{ - return this->object_; -} |