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
/
Asynch_Reply_Dispatcher_Base.inl
blob
2825c91566b6fbe4f050420d19a2eb526128ee6d
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
namespace TAO
5
{
6
ACE_INLINE void
7
ARDB_Refcount_Functor::operator () (
8
TAO_Asynch_Reply_Dispatcher_Base *ardb) noexcept
9
{
10
(void) ardb->intrusive_remove_ref (ardb);
11
}
12
}
13
14
TAO_END_VERSIONED_NAMESPACE_DECL