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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h
index 20f09d06655..88a1d32f043 100644
--- a/TAO/tao/Any.h
+++ b/TAO/tao/Any.h
@@ -126,6 +126,9 @@ public:
void operator<<= (CORBA::Double);
// insert a double
+ void operator<<= (CORBA::LongDouble);
+ // insert a long double
+
void operator<<= (const CORBA_Any&);
// insert an Any, copying
@@ -174,6 +177,9 @@ public:
CORBA::Boolean operator>>= (CORBA::Double&) const;
// extract a double
+ CORBA::Boolean operator>>= (CORBA::LongDouble&) const;
+ // extract a long double
+
CORBA::Boolean operator>>= (CORBA_Any&) const; // non-spec
CORBA::Boolean operator>>= (const CORBA_Any*&) const;
// extract an Any