summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.cpp
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-19 22:32:59 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-19 22:32:59 +0000
commit27d5d06f8d192e0a4fad8f8a030f52d70516a4e3 (patch)
tree3dfcfed8fb554671350f4734498e1c4b19c5b7d7 /TAO/tao/TAO_Server_Request.cpp
parentdc876d2f697cccb1f680582f2dbd379af781ffb9 (diff)
downloadATCD-27d5d06f8d192e0a4fad8f8a030f52d70516a4e3.tar.gz
ChangeLogTag: Tue Dec 19 22:09:34 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.cpp')
-rw-r--r--TAO/tao/TAO_Server_Request.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/TAO_Server_Request.cpp b/TAO/tao/TAO_Server_Request.cpp
index 5a2cebeee48..18666d56946 100644
--- a/TAO/tao/TAO_Server_Request.cpp
+++ b/TAO/tao/TAO_Server_Request.cpp
@@ -82,6 +82,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)
{
ACE_FUNCTION_TIMEPROBE (TAO_SERVER_REQUEST_START);
// No-op.
@@ -126,6 +127,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)
{
this->profile_.object_key (object_key);
parse_error = 0;
@@ -163,6 +165,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)
{
// Have to use a const_cast<>. *sigh*
this->profile_.object_key (