summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable_Messaging.h')
-rw-r--r--TAO/tao/Pluggable_Messaging.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Pluggable_Messaging.h b/TAO/tao/Pluggable_Messaging.h
index 1eb7acf7b8a..a9506ba7336 100644
--- a/TAO/tao/Pluggable_Messaging.h
+++ b/TAO/tao/Pluggable_Messaging.h
@@ -18,8 +18,10 @@
// ============================================================================
#ifndef _TAO_PLUGGABLE_MESSAGE_H_
#define _TAO_PLUGGABLE_MESSAGE_H_
+
#include "tao/corbafwd.h"
#include "tao/Pluggable.h"
+#include "tao/target_identifier.h"
class TAO_Message_State_Factory;
@@ -64,16 +66,14 @@ public:
virtual CORBA::Boolean 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) = 0;
// Write the GIOP request header.
virtual 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) = 0;
// Write the GIOP locate request header.