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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h
index 7648467f9fd..badedeb2f4f 100644
--- a/TAO/tao/Any.h
+++ b/TAO/tao/Any.h
@@ -228,7 +228,10 @@ public:
// insert a bounded wide string
void operator<<= (const CORBA_Exception &exception);
- // insert an exception into the Any
+ // insert an exception into the Any (copying)
+
+ void operator<<= (CORBA_Exception *exception);
+ // insert an exception into the Any (non-copying)
// = Special types.