summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Any_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Any_Impl.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Any_Impl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/AnyTypeCode/Any_Impl.cpp b/TAO/tao/AnyTypeCode/Any_Impl.cpp
index 9995c7f3f7e..a1a6067f8f8 100644
--- a/TAO/tao/AnyTypeCode/Any_Impl.cpp
+++ b/TAO/tao/AnyTypeCode/Any_Impl.cpp
@@ -35,7 +35,7 @@ TAO::Any_Impl::marshal (TAO_OutputCDR &cdr)
{
if ((cdr << this->type_) == 0)
{
- return 0;
+ return false;
}
return this->marshal_value (cdr);
@@ -116,19 +116,19 @@ TAO::Any_Impl::_tao_decode (TAO_InputCDR &
CORBA::Boolean
TAO::Any_Impl::to_object (CORBA::Object_ptr &) const
{
- return 0;
+ return false;
}
CORBA::Boolean
TAO::Any_Impl::to_value (CORBA::ValueBase *&) const
{
- return 0;
+ return false;
}
CORBA::Boolean
TAO::Any_Impl::to_abstract_base (CORBA::AbstractBase_ptr &) const
{
- return 0;
+ return false;
}
bool