summaryrefslogtreecommitdiff
path: root/TAO/tao/Cleanup_Func_Registry.inl
diff options
context:
space:
mode:
authorzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-15 23:26:37 +0000
committerzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-15 23:26:37 +0000
commit54191a377b67a851dc03c754a23cb8aaca6b18b2 (patch)
tree3ecfcb7e0be56c06857e3faf607c85abb2988120 /TAO/tao/Cleanup_Func_Registry.inl
parenta6b6f9642d622fb9e274ef1e34f3e848ed3ae9dc (diff)
downloadATCD-54191a377b67a851dc03c754a23cb8aaca6b18b2.tar.gz
Creating a branch of ACE+TAO+CIAO for OCI RT 9734
Diffstat (limited to 'TAO/tao/Cleanup_Func_Registry.inl')
-rw-r--r--TAO/tao/Cleanup_Func_Registry.inl19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tao/Cleanup_Func_Registry.inl b/TAO/tao/Cleanup_Func_Registry.inl
new file mode 100644
index 00000000000..2216dce7c34
--- /dev/null
+++ b/TAO/tao/Cleanup_Func_Registry.inl
@@ -0,0 +1,19 @@
+// -*- 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