From 9dce8b11d15b2f147b5c24b877a7485df4b09acf Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 19 Apr 2006 13:03:01 +0000 Subject: ChangeLogTag: Wed Apr 19 12:42:12 UTC 2006 Johnny Willemsen --- TAO/tao/AnyTypeCode/Any_Impl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TAO/tao/AnyTypeCode/Any_Impl.cpp') 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 -- cgit v1.2.1