summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport.cpp')
-rw-r--r--TAO/tao/Transport.cpp14
1 files changed, 5 insertions, 9 deletions
diff --git a/TAO/tao/Transport.cpp b/TAO/tao/Transport.cpp
index f4011d541e0..fce3f82b2bc 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -444,15 +444,6 @@ TAO_Transport::generate_request_header (
TAO_Target_Specification &spec,
TAO_OutputCDR &output)
{
- // Codeset service context is only supposed to be sent in the first request
- // on a particular connection.
- if (this->first_request_)
- {
- TAO_Codeset_Manager * const csm = this->orb_core ()->codeset_manager ();
- if (csm)
- csm->generate_service_context (opdetails, *this);
- }
-
if (this->messaging_object ()->generate_request_header (opdetails,
spec,
output) == -1)
@@ -2759,6 +2750,11 @@ TAO_Transport::allocate_partial_message_block (void)
}
}
+void
+TAO_Transport::set_bidir_context_info (TAO_Operation_Details &)
+{
+}
+
/*
* Hook to add concrete implementations from the derived class onto
* TAO's transport.