summaryrefslogtreecommitdiff
path: root/TAO/tao/LocateRequest_Invocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LocateRequest_Invocation.h')
-rw-r--r--TAO/tao/LocateRequest_Invocation.h7
1 files changed, 2 insertions, 5 deletions
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);
};
}