summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.cpp
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-07-30 12:30:55 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-07-30 12:30:55 +0000
commit2a88b43372b942487a9df091aedaae068630e8f0 (patch)
treea52a6467a225f785d968e9fdb15d903ae7f17cfc /TAO/tao/TAO_Server_Request.cpp
parentb6c1a5d7c8809ecdde19d4843eae55dda27ee38d (diff)
downloadATCD-2a88b43372b942487a9df091aedaae068630e8f0.tar.gz
ChangeLogTag: Mon Jul 30 12:18:29 UTC 2007 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.cpp')
-rw-r--r--TAO/tao/TAO_Server_Request.cpp15
1 files changed, 4 insertions, 11 deletions
diff --git a/TAO/tao/TAO_Server_Request.cpp b/TAO/tao/TAO_Server_Request.cpp
index e919129175a..44ab5d9365e 100644
--- a/TAO/tao/TAO_Server_Request.cpp
+++ b/TAO/tao/TAO_Server_Request.cpp
@@ -59,9 +59,6 @@ TAO_ServerRequest::TAO_ServerRequest (TAO_Pluggable_Messaging *mesg_base,
release_operation_ (false),
incoming_ (&input),
outgoing_ (&output),
- // transport already duplicated in
- // TAO_Transport::process_parsed_messages ()
- transport_(transport),
response_expected_ (false),
deferred_reply_ (false),
sync_with_server_ (false),
@@ -79,9 +76,9 @@ TAO_ServerRequest::TAO_ServerRequest (TAO_Pluggable_Messaging *mesg_base,
, interceptor_count_ (0)
, rs_pi_current_ (0)
, caught_exception_ (0)
- , reply_status_ (-1)
+ , reply_status_ (-1),
#endif /* TAO_HAS_INTERCEPTORS == 1 */
- , transport_selection_guard_ (transport)
+ transport_(transport) //already duplicated in TAO_Transport::process_parsed_messages ()
{
ACE_FUNCTION_TIMEPROBE (TAO_SERVER_REQUEST_START);
// No-op.
@@ -104,9 +101,6 @@ TAO_ServerRequest::TAO_ServerRequest (TAO_Pluggable_Messaging *mesg_base,
release_operation_ (true),
incoming_ (0),
outgoing_ (&output),
- // transport already duplicated in
- // TAO_Transport::process_parsed_messages ()
- transport_ (transport),
response_expected_ (response_expected),
deferred_reply_ (deferred_reply),
sync_with_server_ (false),
@@ -125,7 +119,7 @@ TAO_ServerRequest::TAO_ServerRequest (TAO_Pluggable_Messaging *mesg_base,
, caught_exception_ (0)
, reply_status_ (-1)
#endif /* TAO_HAS_INTERCEPTORS == 1 */
- , transport_selection_guard_ (transport)
+ , transport_(transport) //already duplicated in TAO_Transport::process_parsed_messages ()
{
this->profile_.object_key (object_key);
parse_error = 0;
@@ -141,7 +135,6 @@ TAO_ServerRequest::TAO_ServerRequest (TAO_ORB_Core * orb_core,
release_operation_ (false),
incoming_ (0),
outgoing_ (0),
- transport_ (0),
response_expected_ (details.response_flags () == TAO_TWOWAY_RESPONSE_FLAG
|| details.response_flags () == static_cast<CORBA::Octet> (Messaging::SYNC_WITH_SERVER)
|| details.response_flags () == static_cast<CORBA::Octet> (Messaging::SYNC_WITH_TARGET)),
@@ -162,7 +155,7 @@ TAO_ServerRequest::TAO_ServerRequest (TAO_ORB_Core * orb_core,
, caught_exception_ (0)
, reply_status_ (-1)
#endif /* TAO_HAS_INTERCEPTORS == 1 */
- , transport_selection_guard_ (0)
+ , transport_ (0)
{
// Have to use a const_cast<>. *sigh*
this->profile_.object_key (