summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Any.h')
-rw-r--r--TAO/tao/Any.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h
index 4401d05fd27..448c72ea961 100644
--- a/TAO/tao/Any.h
+++ b/TAO/tao/Any.h
@@ -121,10 +121,7 @@ public:
// insert a double
void operator<<= (const CORBA_Any&);
- // insert an Any, copying
-
- void operator<<= (CORBA_Any_ptr);
- // insert an Any, non-copying
+ // insert an Any
void operator<<= (const char*);
// insert unbounded strings
@@ -295,6 +292,7 @@ public:
void _tao_replace (CORBA::TypeCode_ptr,
const ACE_Message_Block *mb,
+ CORBA::Boolean any_owns_data,
CORBA::Environment &TAO_IN_ENV =
CORBA::default_environment ());
// Replace via message block instead of <value_>.