diff options
Diffstat (limited to 'TAO/tao/IORManipulation/IORManip_Loader.cpp')
-rw-r--r-- | TAO/tao/IORManipulation/IORManip_Loader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IORManipulation/IORManip_Loader.cpp b/TAO/tao/IORManipulation/IORManip_Loader.cpp index a22c8122658..46365ab2016 100644 --- a/TAO/tao/IORManipulation/IORManip_Loader.cpp +++ b/TAO/tao/IORManipulation/IORManip_Loader.cpp @@ -26,8 +26,8 @@ TAO_IORManip_Loader::TAO_IORManip_Loader (void) CORBA::Object_ptr TAO_IORManip_Loader::create_object (CORBA::ORB_ptr, int, - char *[], - CORBA::Environment &) + char *[] + TAO_ENV_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException)) { CORBA::Object_ptr obj; |