diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-11-28 11:09:38 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-11-28 11:09:38 +0000 |
commit | 2c69218d2eac8b524d371dfa06694faad1b4bd7b (patch) | |
tree | bac759b1facd41165c675af4502980f5c98cd56e /TAO/tao/ORB.h | |
parent | e0ea2c0b74bec165cff60e1922509f95d57bfd97 (diff) | |
download | ATCD-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.h | 3 |
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); |