summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-28 11:09:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-28 11:09:38 +0000
commit2c69218d2eac8b524d371dfa06694faad1b4bd7b (patch)
treebac759b1facd41165c675af4502980f5c98cd56e /TAO/tao/ORB.h
parente0ea2c0b74bec165cff60e1922509f95d57bfd97 (diff)
downloadATCD-2c69218d2eac8b524d371dfa06694faad1b4bd7b.tar.gz
Fri Nov 28 11:09:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 84e5c96a6c4..fa63bff2ce5 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -504,9 +504,10 @@ namespace CORBA
CORBA::Policy_ptr _create_policy (CORBA::PolicyType type);
#endif
- // Reference counting...
+ /// Reference counting...
unsigned long _incr_refcnt (void);
unsigned long _decr_refcnt (void);
+ unsigned long _refcnt (void) const;
/// Set the IOR flag.
void _use_omg_ior_format (CORBA::Boolean ior);