diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-02 21:41:45 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-02 21:41:45 +0000 |
commit | e478a8da07ec69ddceaf6ae8ed265c0f9657e4af (patch) | |
tree | 93e8b29b3d2475171b0c82ab103a5470b219eadf /TAO/tao/Remote_Invocation.cpp | |
parent | 9e5948660142bf464557b2d7054549c3f968ec3d (diff) | |
download | ATCD-e478a8da07ec69ddceaf6ae8ed265c0f9657e4af.tar.gz |
ChangeLogTag:Sun Nov 2 15:45:55 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Remote_Invocation.cpp')
-rw-r--r-- | TAO/tao/Remote_Invocation.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/TAO/tao/Remote_Invocation.cpp b/TAO/tao/Remote_Invocation.cpp index 475b51f35f2..97377e5371f 100644 --- a/TAO/tao/Remote_Invocation.cpp +++ b/TAO/tao/Remote_Invocation.cpp @@ -14,10 +14,12 @@ ACE_RCSID (tao, namespace TAO { - Remote_Invocation::Remote_Invocation (CORBA::Object_ptr otarget, - Profile_Transport_Resolver &resolver, - TAO_Operation_Details &detail, - bool response_expected) + Remote_Invocation::Remote_Invocation ( + CORBA::Object_ptr otarget, + Profile_Transport_Resolver &resolver, + TAO_Operation_Details &detail, + bool response_expected) + : Invocation_Base (otarget, resolver.object (), resolver.stub (), @@ -31,7 +33,6 @@ namespace TAO Remote_Invocation::init_target_spec (TAO_Target_Specification &target_spec ACE_ENV_ARG_DECL) { - /** * Mega hack for RTCORBA start. I don't think that * PortableInterceptor would work here esp. for RTCORBA. PI needs |