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
/
ORB_Core_Auto_Ptr.cpp
blob
fff93b50909fdf778272783d630ab14a42d12635
1
// -*- C++ -*-
2
#include
"tao/ORB_Core_Auto_Ptr.h"
3
#include
"tao/ORB_Core.h"
4
5
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6
7
void
TAO_ORB_Core_Decr_Refcnt
::
operator
()(
TAO_ORB_Core
*
core
)
const
8
{
9
if
(
core
)
core
->
_decr_refcnt
();
10
}
11
12
TAO_END_VERSIONED_NAMESPACE_DECL