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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/DynamicInterface/Unknown_User_Exception.h b/TAO/tao/DynamicInterface/Unknown_User_Exception.h
index 81eb0bac85c..dd9585ba144 100644
--- a/TAO/tao/DynamicInterface/Unknown_User_Exception.h
+++ b/TAO/tao/DynamicInterface/Unknown_User_Exception.h
@@ -49,7 +49,7 @@
* <CORBA::UnknownUserException> that contains the exception inside
* an Any.
*/
-class TAO_DynamicInterface_Export CORBA_UnknownUserException
+class TAO_DynamicInterface_Export CORBA_UnknownUserException
: public CORBA_UserException
{
public:
@@ -73,10 +73,10 @@ public:
/// To throw an UnknownUserException of this type.
virtual void _raise (void);
- virtual void _tao_encode (TAO_OutputCDR &cdr,
- CORBA::Environment &) const;
- virtual void _tao_decode (TAO_InputCDR &cdr,
- CORBA::Environment &);
+ virtual void _tao_encode (TAO_OutputCDR &cdr
+ TAO_ENV_ARG_DECL) const;
+ virtual void _tao_decode (TAO_InputCDR &cdr
+ TAO_ENV_ARG_DECL);
/// Narrow to an UnknowUserException.
static CORBA_UnknownUserException *_downcast (CORBA_Exception *ex);