diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-11-15 09:51:20 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-11-15 09:51:20 +0000 |
commit | 5a0aa7977984dd14743828bac44c6f714df4cdfb (patch) | |
tree | bc503438a236f5faf4f2e52e142c0a87d8458baf /TAO/tao/Cleanup_Func_Registry.inl | |
parent | 674ec81a9b9443c976d9b13800abac891b321f82 (diff) | |
download | ATCD-5a0aa7977984dd14743828bac44c6f714df4cdfb.tar.gz |
ChangeLogTag:Wed Nov 15 01:48:29 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Cleanup_Func_Registry.inl')
-rw-r--r-- | TAO/tao/Cleanup_Func_Registry.inl | 9 |
1 files changed, 9 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..1e2a8362075 --- /dev/null +++ b/TAO/tao/Cleanup_Func_Registry.inl @@ -0,0 +1,9 @@ +// -*- C++ -*- +// +// $Id$ + +ACE_INLINE size_t +TAO_Cleanup_Func_Registry::size (void) const +{ + return this->cleanup_funcs_.size (); +} |