summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-19 12:33:42 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-19 12:33:42 +0000
commit512461a291774e7d233ffea47bd302b153dcd824 (patch)
tree2f2196240786b780502026826c9d5ca3f34f6a6d /TAO/tao/Profile.cpp
parentfd03808ada843c7518983d679cc66e052e045f74 (diff)
downloadATCD-512461a291774e7d233ffea47bd302b153dcd824.tar.gz
ChangeLogTag: Wed Jul 19 12:31:50 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r--TAO/tao/Profile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp
index ef5900c8b6c..4485d84c13d 100644
--- a/TAO/tao/Profile.cpp
+++ b/TAO/tao/Profile.cpp
@@ -76,16 +76,16 @@ TAO_Profile::~TAO_Profile (void)
//@@ TAO_PROFILE_SPL_DESTRUCTOR_ADD_HOOK
}
-CORBA::ULong
+unsigned long
TAO_Profile::_incr_refcnt (void)
{
return this->refcount_.increment ();
}
-CORBA::ULong
+unsigned long
TAO_Profile::_decr_refcnt (void)
{
- CORBA::ULong count = this->refcount_.decrement ();
+ unsigned long count = this->refcount_.decrement ();
if (count != 0)
return count;