summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.i
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-31 11:52:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-31 11:52:08 +0000
commita99b91759c7ffe4e3ffae10bc545be73d50ce94f (patch)
treed566170a440bc1b63b79d1d3bcc36e8581aa8f30 /TAO/tao/Object.i
parent7c2676d603acdd2cc87230b54d63093f7adda4a9 (diff)
downloadATCD-a99b91759c7ffe4e3ffae10bc545be73d50ce94f.tar.gz
ChangeLogTag: Wed Aug 31 11:21:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Object.i')
-rw-r--r--TAO/tao/Object.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object.i b/TAO/tao/Object.i
index d65de4e3bc9..e86207df933 100644
--- a/TAO/tao/Object.i
+++ b/TAO/tao/Object.i
@@ -49,7 +49,7 @@ CORBA::is_nil (CORBA::Object_ptr obj)
{
if (obj == 0)
{
- return 1;
+ return true;
}
return CORBA::Object::is_nil_i (obj);