summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 55e3aee76ca..fd6f82687f1 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -2,7 +2,6 @@
// $Id$
-
// ============================================================================
//
// = LIBRARY
@@ -315,6 +314,12 @@ public:
InvalidName &operator= (const InvalidName &);
virtual void _raise (void);
+
+ virtual void _tao_encode (TAO_OutputCDR &cdr,
+ CORBA::Environment &) const;
+ virtual void _tao_decode (TAO_InputCDR &cdr,
+ CORBA::Environment &);
+
static InvalidName* _narrow (CORBA_Exception *ex);
// = TAO extension
static CORBA::Exception *_alloc (void);