diff options
Diffstat (limited to 'TAO/tao/DynamicInterface/Unknown_User_Exception.h')
-rw-r--r-- | TAO/tao/DynamicInterface/Unknown_User_Exception.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DynamicInterface/Unknown_User_Exception.h b/TAO/tao/DynamicInterface/Unknown_User_Exception.h index dd9585ba144..8d2a8cd7c0f 100644 --- a/TAO/tao/DynamicInterface/Unknown_User_Exception.h +++ b/TAO/tao/DynamicInterface/Unknown_User_Exception.h @@ -74,9 +74,9 @@ public: virtual void _raise (void); virtual void _tao_encode (TAO_OutputCDR &cdr - TAO_ENV_ARG_DECL) const; + ACE_ENV_ARG_DECL) const; virtual void _tao_decode (TAO_InputCDR &cdr - TAO_ENV_ARG_DECL); + ACE_ENV_ARG_DECL); /// Narrow to an UnknowUserException. static CORBA_UnknownUserException *_downcast (CORBA_Exception *ex); |