summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Empty_Param_TypeCode.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-03-06 15:32:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-03-06 15:32:37 +0000
commit62e05725747789e0f46a32f883d5141eac4c7f94 (patch)
treefed752e5f687df20512918ed16ecbbd782582768 /TAO/tao/AnyTypeCode/Empty_Param_TypeCode.cpp
parentcdbb2f180b30d9fe0fefd6bd7b63d394dbd8d64f (diff)
downloadATCD-62e05725747789e0f46a32f883d5141eac4c7f94.tar.gz
ChangeLogTag: Mon Mar 06 15:13:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/AnyTypeCode/Empty_Param_TypeCode.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Empty_Param_TypeCode.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/AnyTypeCode/Empty_Param_TypeCode.cpp b/TAO/tao/AnyTypeCode/Empty_Param_TypeCode.cpp
index 2f81ff16811..df85c18930a 100644
--- a/TAO/tao/AnyTypeCode/Empty_Param_TypeCode.cpp
+++ b/TAO/tao/AnyTypeCode/Empty_Param_TypeCode.cpp
@@ -46,7 +46,7 @@ TAO::TypeCode::Empty_Param::equal_i (CORBA::TypeCode_ptr
// Equality has already been established in the
// CORBA::TypeCode base class.
- return 1;
+ return true;
}
CORBA::Boolean
@@ -62,12 +62,12 @@ TAO::TypeCode::Empty_Param::equivalent_i (CORBA::TypeCode_ptr tc
CORBA::TCKind const tc_kind =
TAO::unaliased_kind (tc
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK_RETURN (0);
+ ACE_CHECK_RETURN (false);
if (tc_kind != this->kind_)
- return 0;
+ return false;
- return 1;
+ return true;
}
CORBA::TypeCode_ptr