summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.i
diff options
context:
space:
mode:
authorsmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-09 12:16:07 +0000
committersmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-09 12:16:07 +0000
commit62aa316bc5564669a3a4a4526c5a7cb4e095eebd (patch)
treebe350e5251fb9d61c7bfb4d6736ff0c3b53668c7 /TAO/tao/ORB_Core.i
parent78c0b7f7a23a959e53b070b29c157192b8e70bbf (diff)
downloadATCD-62aa316bc5564669a3a4a4526c5a7cb4e095eebd.tar.gz
ChangeLogTag: Thu Jun 9 12:54:41 2005 Simon McQueen <sm@prismtech.com>
Diffstat (limited to 'TAO/tao/ORB_Core.i')
-rw-r--r--TAO/tao/ORB_Core.i5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Core.i b/TAO/tao/ORB_Core.i
index 8071b21a4b0..4cd2042647b 100644
--- a/TAO/tao/ORB_Core.i
+++ b/TAO/tao/ORB_Core.i
@@ -124,11 +124,12 @@ TAO_ORB_Core::object_is_nil (CORBA::Object_ptr obj)
}
-ACE_INLINE CORBA::Boolean
+ACE_INLINE TAO_Service_Callbacks::Profile_Equivalence
TAO_ORB_Core::is_profile_equivalent (const TAO_Profile *this_p,
const TAO_Profile *that_p)
{
- CORBA::Boolean retval = 1;
+ TAO_Service_Callbacks::Profile_Equivalence retval
+ = TAO_Service_Callbacks::DONT_KNOW;
if (this->ft_service_.service_callback ())
{