diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-18 20:50:40 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-18 20:50:40 +0000 |
commit | bea60412cb36fdb5f9a45694cf42cc3823657706 (patch) | |
tree | 8ea46f7f91f1b31f617033b417a8402862c4e250 /TAO/tao/Any.h | |
parent | e06e9e900c81e1d4509ab351bbc915cf929c78b2 (diff) | |
download | ATCD-bea60412cb36fdb5f9a45694cf42cc3823657706.tar.gz |
ChangeLogTag: Wed Dec 18 14:48:32 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Any.h')
-rw-r--r-- | TAO/tao/Any.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h index 34e1516b8f4..89e4adf2d91 100644 --- a/TAO/tao/Any.h +++ b/TAO/tao/Any.h @@ -446,6 +446,9 @@ public: CORBA_Any *operator-> (void); /// cast + operator CORBA_Any &(); + + /// cast operator const CORBA_Any *() const; /// cast |