diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 13:42:44 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 13:42:44 +0000 |
commit | 63a3c576735a0045e88fafd434917ab9df4670d4 (patch) | |
tree | 847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/LocateRequest_Invocation.h | |
parent | f8f8bd276e46bdb451392edc637df8683b6f24c6 (diff) | |
download | ATCD-63a3c576735a0045e88fafd434917ab9df4670d4.tar.gz |
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/LocateRequest_Invocation.h')
-rw-r--r-- | TAO/tao/LocateRequest_Invocation.h | 7 |
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); }; } |