summaryrefslogtreecommitdiff
path: root/TAO/tao/Typecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Typecode.h')
-rw-r--r--TAO/tao/Typecode.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/Typecode.h b/TAO/tao/Typecode.h
index 15656c95464..07d2957f949 100644
--- a/TAO/tao/Typecode.h
+++ b/TAO/tao/Typecode.h
@@ -245,6 +245,13 @@ public:
// Deprecated, CORBA 1.2, not fully usable. Returns the number of
// parameters that the typecode takes.
+ static void _tao_decode (const CORBA_TypeCode *parent,
+ TAO_InputCDR &cdr,
+ CORBA_TypeCode *&child,
+ CORBA::Environment &ACE_TRY_ENV);
+ // CDR decoding: the >> operator is not enough because we must also
+ // respect the parent/child relationship among TypeCodes.
+
// private:
//
// = The guts of the typecode implementation class