summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 23:00:37 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 23:00:37 +0000
commitfc4b846e2d7913edaceb441ead5da6fdba8fafe0 (patch)
treee2585bfd10485a0ee9e9e4749a8c693edf43f140 /TAO/tao/Any.h
parentfdd26bd71b2cd19b2950655bb725172dab2f8b05 (diff)
downloadATCD-fc4b846e2d7913edaceb441ead5da6fdba8fafe0.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Any.h')
-rw-r--r--TAO/tao/Any.h5
1 files changed, 4 insertions, 1 deletions
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