summaryrefslogtreecommitdiff
path: root/TAO/tao/Refcounted_ObjectKey.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-20 13:36:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-20 13:36:42 +0000
commitb47ebd8826f5ec2fab999f31a2e660e40b0cf46f (patch)
treea2fec5849f4643a4543e291445a82889c0dc8dd0 /TAO/tao/Refcounted_ObjectKey.cpp
parent57dedc0941701db6e101a51a05e6b28b47ca197f (diff)
downloadATCD-b47ebd8826f5ec2fab999f31a2e660e40b0cf46f.tar.gz
ChangeLogTag: Thu Apr 20 13:14:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Refcounted_ObjectKey.cpp')
-rw-r--r--TAO/tao/Refcounted_ObjectKey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Refcounted_ObjectKey.cpp b/TAO/tao/Refcounted_ObjectKey.cpp
index 9e8a02109bb..074a9e3d6ed 100644
--- a/TAO/tao/Refcounted_ObjectKey.cpp
+++ b/TAO/tao/Refcounted_ObjectKey.cpp
@@ -23,7 +23,7 @@ TAO::Refcounted_ObjectKey::~Refcounted_ObjectKey (void)
{
}
-long
+CORBA::ULong
TAO::Refcounted_ObjectKey::decr_refcount (void)
{
if (--this->ref_count_ > 0)