diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-12 23:00:37 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-12 23:00:37 +0000 |
commit | fc4b846e2d7913edaceb441ead5da6fdba8fafe0 (patch) | |
tree | e2585bfd10485a0ee9e9e4749a8c693edf43f140 /TAO/tao/Any.h | |
parent | fdd26bd71b2cd19b2950655bb725172dab2f8b05 (diff) | |
download | ATCD-fc4b846e2d7913edaceb441ead5da6fdba8fafe0.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/Any.h')
-rw-r--r-- | TAO/tao/Any.h | 5 |
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 |