diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-04 18:28:08 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-04 18:28:08 +0000 |
commit | c563cf962521fba5f0e78695688fb601eacef86a (patch) | |
tree | 4ae0614dc3516dfd6bede1770739f93ed641e47e /TAO/tao/Any.h | |
parent | cf2496e01156c2e4f5c084d9f93bf722bb829331 (diff) | |
download | ATCD-c563cf962521fba5f0e78695688fb601eacef86a.tar.gz |
ChangeLogTag: Mon Mar 4 12:24:52 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Any.h')
-rw-r--r-- | TAO/tao/Any.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h index bfbd94775af..ebb3cb8d1c7 100644 --- a/TAO/tao/Any.h +++ b/TAO/tao/Any.h @@ -477,9 +477,6 @@ public: /// assignment from a CORBA_Any CORBA_Any_out &operator= (CORBA_Any *p); - /// assignment from a const CORBA_Any - CORBA_Any_out &operator= (const CORBA_Any *p); - /// cast operator CORBA_Any *&(); |