repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tao
/
Cleanup_Func_Registry.inl
blob
87f7ab43d1283da119415443c8d4649b4c206d8b
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE size_t
5
TAO_Cleanup_Func_Registry::size () const
6
{
7
return this->cleanup_funcs_.size ();
8
}
9
10
TAO_END_VERSIONED_NAMESPACE_DECL