diff options
Diffstat (limited to 'TAO/tao/PortableServer/Default_Servant_Dispatcher.cpp')
-rw-r--r-- | TAO/tao/PortableServer/Default_Servant_Dispatcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Default_Servant_Dispatcher.cpp b/TAO/tao/PortableServer/Default_Servant_Dispatcher.cpp index 8dac4b1b381..4e011af125e 100644 --- a/TAO/tao/PortableServer/Default_Servant_Dispatcher.cpp +++ b/TAO/tao/PortableServer/Default_Servant_Dispatcher.cpp @@ -44,7 +44,7 @@ TAO_Default_Servant_Dispatcher::pre_invoke_remote_request (TAO_POA &, TAO_Service_Context &, TAO_Service_Context &, TAO_Object_Adapter::Servant_Upcall::Pre_Invoke_State & - ACE_ENV_ARG_DECL) + ACE_ENV_ARG_DECL_NOT_USED) { } @@ -52,7 +52,7 @@ void TAO_Default_Servant_Dispatcher::pre_invoke_collocated_request (TAO_POA &, CORBA::Short, TAO_Object_Adapter::Servant_Upcall::Pre_Invoke_State & - ACE_ENV_ARG_DECL) + ACE_ENV_ARG_DECL_NOT_USED) { } |