diff options
Diffstat (limited to 'TAO/tao/Any.h')
-rw-r--r-- | TAO/tao/Any.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h index f49a80a7c4b..32dca6c5094 100644 --- a/TAO/tao/Any.h +++ b/TAO/tao/Any.h @@ -342,7 +342,7 @@ private: void operator<<= (unsigned char); CORBA::Boolean operator>>= (unsigned char&) const; - friend class IIOP_Object; + friend class STUB_Object; friend class TAO_Marshal_Any; friend class CORBA_NVList; }; |