summaryrefslogtreecommitdiff
path: root/TAO/tao/DynAnyC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynAnyC.h')
-rw-r--r--TAO/tao/DynAnyC.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tao/DynAnyC.h b/TAO/tao/DynAnyC.h
index fdda529aaf1..47346e899ce 100644
--- a/TAO/tao/DynAnyC.h
+++ b/TAO/tao/DynAnyC.h
@@ -127,6 +127,11 @@ public:
virtual void _raise (void);
+ virtual void _tao_encode (TAO_OutputCDR &cdr,
+ CORBA::Environment &) const;
+ virtual void _tao_decode (TAO_InputCDR &cdr,
+ CORBA::Environment &);
+
static Invalid *_narrow (CORBA::Exception *);
@@ -156,6 +161,11 @@ public:
virtual void _raise (void);
+ virtual void _tao_encode (TAO_OutputCDR &cdr,
+ CORBA::Environment &) const;
+ virtual void _tao_decode (TAO_InputCDR &cdr,
+ CORBA::Environment &);
+
static InvalidValue *_narrow (CORBA::Exception *);
@@ -185,6 +195,11 @@ public:
virtual void _raise (void);
+ virtual void _tao_encode (TAO_OutputCDR &cdr,
+ CORBA::Environment &) const;
+ virtual void _tao_decode (TAO_InputCDR &cdr,
+ CORBA::Environment &);
+
static TypeMismatch *_narrow (CORBA::Exception *);
@@ -214,6 +229,11 @@ public:
virtual void _raise (void);
+ virtual void _tao_encode (TAO_OutputCDR &cdr,
+ CORBA::Environment &) const;
+ virtual void _tao_decode (TAO_InputCDR &cdr,
+ CORBA::Environment &);
+
static InvalidSeq *_narrow (CORBA::Exception *);