summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInfoC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor/IORInfoC.cpp')
-rw-r--r--TAO/tao/IORInterceptor/IORInfoC.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/IORInterceptor/IORInfoC.cpp b/TAO/tao/IORInterceptor/IORInfoC.cpp
index 8c9737b4c12..ec418b6e566 100644
--- a/TAO/tao/IORInterceptor/IORInfoC.cpp
+++ b/TAO/tao/IORInterceptor/IORInfoC.cpp
@@ -180,11 +180,11 @@ PortableInterceptor::IORInfo::_is_a (
)
)
{
- return 1; // success using local knowledge
+ return true; // success using local knowledge
}
else
{
- return 0;
+ return false;
}
}
@@ -196,11 +196,11 @@ const char* PortableInterceptor::IORInfo::_interface_repository_id (void) const
CORBA::Boolean
PortableInterceptor::IORInfo::marshal (TAO_OutputCDR &)
{
- return 0;
+ return false;
}
// TAO_IDL - Generated from
-// be\be_visitor_root/root.cpp:1629
+// be\be_visitor_root/root.cpp:1509
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)