summaryrefslogtreecommitdiff
path: root/ace/Managed_Object.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Managed_Object.inl')
-rw-r--r--ace/Managed_Object.inl23
1 files changed, 0 insertions, 23 deletions
diff --git a/ace/Managed_Object.inl b/ace/Managed_Object.inl
deleted file mode 100644
index 0619691d8a6..00000000000
--- a/ace/Managed_Object.inl
+++ /dev/null
@@ -1,23 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-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_;
-}
-
-ACE_END_VERSIONED_NAMESPACE_DECL