From 63a3c576735a0045e88fafd434917ab9df4670d4 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 24 Jan 2007 13:42:44 +0000 Subject: Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen --- TAO/tao/LocateRequest_Invocation.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'TAO/tao/LocateRequest_Invocation.h') diff --git a/TAO/tao/LocateRequest_Invocation.h b/TAO/tao/LocateRequest_Invocation.h index 40b213eef37..d1aaebf63da 100644 --- a/TAO/tao/LocateRequest_Invocation.h +++ b/TAO/tao/LocateRequest_Invocation.h @@ -65,15 +65,12 @@ namespace TAO TAO_Operation_Details &detail); /// Start the invocation. - Invocation_Status invoke (ACE_Time_Value *max_wait_time - ACE_ENV_ARG_DECL) + Invocation_Status invoke (ACE_Time_Value *max_wait_time) ACE_THROW_SPEC ((CORBA::Exception)); private: /// Helper to check the reply status - Invocation_Status check_reply (TAO_Synch_Reply_Dispatcher &rd - ACE_ENV_ARG_DECL); - + Invocation_Status check_reply (TAO_Synch_Reply_Dispatcher &rd); }; } -- cgit v1.2.1