diff options
Diffstat (limited to 'TAO/tao/BoundsC.h')
-rw-r--r-- | TAO/tao/BoundsC.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/BoundsC.h b/TAO/tao/BoundsC.h index a3f04327beb..ee1e47f53a3 100644 --- a/TAO/tao/BoundsC.h +++ b/TAO/tao/BoundsC.h @@ -53,10 +53,9 @@ 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_NOT_USED) const; + virtual void _tao_decode (TAO_InputCDR &cdr TAO_ENV_ARG_DECL_NOT_USED); static CORBA_Bounds *_downcast (CORBA::Exception *); static void _tao_any_destructor (void*); |