summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInfoC.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-02-18 11:29:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-02-18 11:29:18 +0000
commit74f41da8e05e0c372864c100e7565949380103eb (patch)
tree8eda1a0f91d46f0bbbb073483b47ba9f9e7392a0 /TAO/tao/IORInterceptor/IORInfoC.cpp
parent01375807c19b8f938c3406286b5a3a43621a04cc (diff)
downloadATCD-74f41da8e05e0c372864c100e7565949380103eb.tar.gz
ChangeLogTag: Fri Feb 18 10:11:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
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)