diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-08-09 11:53:16 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-08-09 11:53:16 +0000 |
commit | cf48851ff1583db2a366328b63ff9ccc08a9068f (patch) | |
tree | 9db9c40b62eb2bf93e31f5fbf3a479f450148a10 /TAO/tao/Invocation_Adapter.h | |
parent | 57412adff98212763ed38fc01fd6e7ad58058da1 (diff) | |
download | ATCD-cf48851ff1583db2a366328b63ff9ccc08a9068f.tar.gz |
ChangeLogTag: Mon Aug 9 11:51:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Invocation_Adapter.h')
-rw-r--r-- | TAO/tao/Invocation_Adapter.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/TAO/tao/Invocation_Adapter.h b/TAO/tao/Invocation_Adapter.h index c134d991b5d..23e75c89b8a 100644 --- a/TAO/tao/Invocation_Adapter.h +++ b/TAO/tao/Invocation_Adapter.h @@ -201,7 +201,7 @@ namespace TAO * is forwarded to a new location. */ virtual Invocation_Status invoke_twoway ( - TAO_Operation_Details &op, + TAO_Operation_Details &details, CORBA::Object_var &effective_target, Profile_Transport_Resolver &r, ACE_Time_Value *&max_wait_time @@ -215,7 +215,7 @@ namespace TAO * is forwarded to a new location to take appropriate action. */ virtual Invocation_Status invoke_oneway ( - TAO_Operation_Details &op, + TAO_Operation_Details &details, CORBA::Object_var &effective_target, Profile_Transport_Resolver &r, ACE_Time_Value *&max_wait_time @@ -235,6 +235,11 @@ namespace TAO void object_forwarded (CORBA::Object_var &effective_target, TAO_Stub *stub ACE_ENV_ARG_DECL); + + /// Helper method to set the response flags within @a details + void set_response_flags (TAO_Stub *stub, + TAO_Operation_Details &details); + protected: /// The target object on which this invocation is carried out. |