summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Unknown_User_Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Unknown_User_Exception.h')
-rw-r--r--TAO/tao/DynamicInterface/Unknown_User_Exception.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tao/DynamicInterface/Unknown_User_Exception.h b/TAO/tao/DynamicInterface/Unknown_User_Exception.h
index c97f08f5dcf..83a6dbbcddc 100644
--- a/TAO/tao/DynamicInterface/Unknown_User_Exception.h
+++ b/TAO/tao/DynamicInterface/Unknown_User_Exception.h
@@ -79,15 +79,12 @@ namespace CORBA
virtual void _raise (void) const;
virtual CORBA::Exception *_tao_duplicate (void) const;
- virtual void _tao_encode (TAO_OutputCDR &cdr
- ) const;
- virtual void _tao_decode (TAO_InputCDR &cdr
- );
+ virtual void _tao_encode (TAO_OutputCDR &cdr) const;
+ virtual void _tao_decode (TAO_InputCDR &cdr);
/// Narrow to an UnknowUserException.
static UnknownUserException * _downcast (CORBA::Exception *ex);
- static UnknownUserException const * _downcast (
- CORBA::Exception const * ex);
+ static UnknownUserException const * _downcast (CORBA::Exception const * ex);
// = TAO specific extension.