summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Invocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Invocation.h')
-rw-r--r--TAO/tao/GIOP_Message_Invocation.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/GIOP_Message_Invocation.h b/TAO/tao/GIOP_Message_Invocation.h
index 7dc6c2f5817..569ce305400 100644
--- a/TAO/tao/GIOP_Message_Invocation.h
+++ b/TAO/tao/GIOP_Message_Invocation.h
@@ -46,15 +46,13 @@ public:
write_request_header (const IOP::ServiceContextList& svc_ctx,
CORBA::ULong request_id,
CORBA::Octet response_flags,
- TAO_Stub *stub,
- const CORBA::Short address_disposition,
+ TAO_Target_Specification &spec,
const char *opname,
TAO_OutputCDR &msg);
// Writes the rquest header.
CORBA::Boolean write_locate_request_header (CORBA::ULong request_id,
- TAO_Stub *stub,
- const CORBA::Short address_disposition,
+ TAO_Target_Specification &spec,
TAO_OutputCDR &msg);
// Write the locate request header