summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Transport.h')
-rw-r--r--TAO/tao/IIOP_Transport.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/tao/IIOP_Transport.h b/TAO/tao/IIOP_Transport.h
index 401cc18b5cc..45e118278f0 100644
--- a/TAO/tao/IIOP_Transport.h
+++ b/TAO/tao/IIOP_Transport.h
@@ -85,8 +85,7 @@ public:
send_request_header (const IOP::ServiceContextList &svc_ctx,
CORBA::ULong request_id,
CORBA::Octet response_flags,
- TAO_Stub *stub,
- const short address_disposition,
+ TAO_Target_Specification &spec,
const char* opname,
TAO_OutputCDR &msg);
@@ -122,14 +121,13 @@ public:
// = The TAO_Transport methods, please check the documentation in
// "tao/Pluggable.h" for more details.
virtual void start_request (TAO_ORB_Core *orb_core,
- TAO_Stub *stub,
+ TAO_Target_Specification &spec,
TAO_OutputCDR &output,
CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ())
ACE_THROW_SPEC ((CORBA::SystemException));
virtual void start_locate (TAO_ORB_Core *orb_core,
- TAO_Stub *stub,
- const short address_disposition,
+ TAO_Target_Specification &spec,
CORBA::ULong request_id,
TAO_OutputCDR &output,
CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ())
@@ -149,8 +147,7 @@ public:
send_request_header (const IOP::ServiceContextList &svc_ctx,
CORBA::ULong request_id,
CORBA::Octet response_flags,
- TAO_Stub *stub,
- const short address_disposition,
+ TAO_Target_Specification &spec,
const char* opname,
TAO_OutputCDR &msg);