summaryrefslogtreecommitdiff
path: root/TAO/tao/Cleanup_Func_Registry.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-03-09 12:58:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-03-09 12:58:47 +0000
commit712d9552ca66a7c02b787f7def59ab2a63c630a7 (patch)
treec1b7956f10af061040935b3732dbe597e24c40f9 /TAO/tao/Cleanup_Func_Registry.cpp
parent96c7f3f713732879c2a6cfde52645fa7e2d64138 (diff)
downloadATCD-712d9552ca66a7c02b787f7def59ab2a63c630a7.tar.gz
Diffstat (limited to 'TAO/tao/Cleanup_Func_Registry.cpp')
-rw-r--r--TAO/tao/Cleanup_Func_Registry.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/Cleanup_Func_Registry.cpp b/TAO/tao/Cleanup_Func_Registry.cpp
index 9b89b0f32d8..72d4e72d7e7 100644
--- a/TAO/tao/Cleanup_Func_Registry.cpp
+++ b/TAO/tao/Cleanup_Func_Registry.cpp
@@ -13,9 +13,8 @@ ACE_RCSID (tao,
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
int
-TAO_Cleanup_Func_Registry::register_cleanup_function (
- ACE_CLEANUP_FUNC func,
- size_t &slot_id)
+TAO_Cleanup_Func_Registry::register_cleanup_function (ACE_CLEANUP_FUNC func,
+ size_t &slot_id)
{
size_t const slot = this->cleanup_funcs_.size ();
@@ -29,7 +28,7 @@ TAO_Cleanup_Func_Registry::register_cleanup_function (
}
void
-TAO_Cleanup_Func_Registry::cleanup (ACE_Array_Base<void *> &ts_objects)
+TAO_Cleanup_Func_Registry::cleanup (ACE_Array_Base <void *> &ts_objects)
{
size_t const len = ts_objects.size ();