From 27d5d06f8d192e0a4fad8f8a030f52d70516a4e3 Mon Sep 17 00:00:00 2001 From: iliyan Date: Tue, 19 Dec 2006 22:32:59 +0000 Subject: ChangeLogTag: Tue Dec 19 22:09:34 UTC 2006 Iliyan Jeliazkov --- TAO/tao/TAO_Server_Request.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TAO/tao/TAO_Server_Request.cpp') 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 ( -- cgit v1.2.1