diff options
author | bala <balanatarajan@users.noreply.github.com> | 2004-07-10 17:44:55 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2004-07-10 17:44:55 +0000 |
commit | e51b95f72ea58f14ebd41eeebee9c986d0ca92f4 (patch) | |
tree | 7f9f022bc51b75b1643135f6ff183b23a0a7366f /TAO/tao/DynamicInterface | |
parent | 4a8a85161bc4c8bdae300f6e8d2af1b478592601 (diff) | |
download | ATCD-e51b95f72ea58f14ebd41eeebee9c986d0ca92f4.tar.gz |
ChangeLogTag:Sat Jul 10 12:43:17 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface')
-rw-r--r-- | TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp | 2 | ||||
-rw-r--r-- | TAO/tao/DynamicInterface/DII_Invocation_Adapter.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp index 08eab2d7e7f..36000c40896 100644 --- a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp +++ b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp @@ -134,7 +134,7 @@ namespace TAO Invocation_Status DII_Deferred_Invocation_Adapter::invoke_twoway ( TAO_Operation_Details &op, - CORBA::Object *&effective_target, + CORBA::Object_var &effective_target, Profile_Transport_Resolver &r, ACE_Time_Value *&max_wait_time ACE_ENV_ARG_DECL) diff --git a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h index 4425c9ad011..0041e0d07ba 100644 --- a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h +++ b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h @@ -143,7 +143,7 @@ namespace TAO protected: virtual Invocation_Status invoke_twoway ( TAO_Operation_Details &op, - CORBA::Object *&effective_target, + CORBA::Object_var &effective_target, Profile_Transport_Resolver &r, ACE_Time_Value *&max_wait_time ACE_ENV_ARG_DECL); |