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
Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
tao
/
Cleanup_Func_Registry.inl
blob
d8b868cd66652a468c2558b9572a2f4fd6e15030
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE
5
TAO_Cleanup_Func_Registry::TAO_Cleanup_Func_Registry (void)
6
: cleanup_funcs_ ()
7
{
8
}
9
10
ACE_INLINE size_t
11
TAO_Cleanup_Func_Registry::size (void) const
12
{
13
return this->cleanup_funcs_.size ();
14
}
15
16
TAO_END_VERSIONED_NAMESPACE_DECL