From fc4b846e2d7913edaceb441ead5da6fdba8fafe0 Mon Sep 17 00:00:00 2001 From: parsons Date: Wed, 12 May 1999 23:00:37 +0000 Subject: *** empty log message *** --- TAO/tao/Any.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'TAO/tao/Any.h') diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h index 448c72ea961..338b7a44374 100644 --- a/TAO/tao/Any.h +++ b/TAO/tao/Any.h @@ -121,7 +121,10 @@ public: // insert a double void operator<<= (const CORBA_Any&); - // insert an Any + // insert an Any, copying + + void operator<<= (CORBA_Any_ptr); + // insert an Any, non-copying void operator<<= (const char*); // insert unbounded strings -- cgit v1.2.1