From a407a66dc48291c4b7ddf0bb8f123a6a1bda806c Mon Sep 17 00:00:00 2001 From: parsons Date: Wed, 12 May 1999 01:53:02 +0000 Subject: *** empty log message *** --- TAO/tao/Any.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TAO/tao/Any.cpp b/TAO/tao/Any.cpp index fac5d084785..7f8807dfd19 100644 --- a/TAO/tao/Any.cpp +++ b/TAO/tao/Any.cpp @@ -70,10 +70,7 @@ CORBA_Any::type (CORBA::TypeCode_ptr tc, const void * CORBA_Any::value (void) const { - if (this->any_owns_data_) - return this->value_; - else - return this->cdr_; + return this->value_; } // Default "Any" constructor -- initializes to nulls per the -- cgit v1.2.1