summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile.cpp
diff options
context:
space:
mode:
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;