diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-07-19 12:33:42 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-07-19 12:33:42 +0000 |
commit | 512461a291774e7d233ffea47bd302b153dcd824 (patch) | |
tree | 2f2196240786b780502026826c9d5ca3f34f6a6d /TAO/tao/Profile.h | |
parent | fd03808ada843c7518983d679cc66e052e045f74 (diff) | |
download | ATCD-512461a291774e7d233ffea47bd302b153dcd824.tar.gz |
ChangeLogTag: Wed Jul 19 12:31:50 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Profile.h')
-rw-r--r-- | TAO/tao/Profile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Profile.h b/TAO/tao/Profile.h index d9164b8e94c..dd9ee9ecfca 100644 --- a/TAO/tao/Profile.h +++ b/TAO/tao/Profile.h @@ -75,11 +75,11 @@ public: TAO_ORB_Core *orb_core (void) const; /// Increase the reference count by one on this object. - CORBA::ULong _incr_refcnt (void); + unsigned long _incr_refcnt (void); /// Decrement the object's reference count. When this count goes to /// 0 this object will be deleted. - CORBA::ULong _decr_refcnt (void); + unsigned long _decr_refcnt (void); /// Keep a pointer to the forwarded profile void forward_to (TAO_MProfile *mprofiles); |