summaryrefslogtreecommitdiff
path: root/TAO/tao/Cleanup_Func_Registry.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Cleanup_Func_Registry.inl')
-rw-r--r--TAO/tao/Cleanup_Func_Registry.inl19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/tao/Cleanup_Func_Registry.inl b/TAO/tao/Cleanup_Func_Registry.inl
deleted file mode 100644
index 2216dce7c34..00000000000
--- a/TAO/tao/Cleanup_Func_Registry.inl
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE
-TAO_Cleanup_Func_Registry::TAO_Cleanup_Func_Registry (void)
- : cleanup_funcs_ ()
-{
-}
-
-ACE_INLINE size_t
-TAO_Cleanup_Func_Registry::size (void) const
-{
- return this->cleanup_funcs_.size ();
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL