summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-09-24 08:31:39 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-09-24 08:31:39 +0000
commit98bf6fd5944c42d6378d113a97887cf6c25ff616 (patch)
treeb9674398df0afb2f1a2977634505a8cc23ea28c8 /TAO/tao/TAO_Server_Request.cpp
parentfa0cc67947b410a1ac3eb1502b5351a21e241d2b (diff)
downloadATCD-98bf6fd5944c42d6378d113a97887cf6c25ff616.tar.gz
ChangeLogTag:Mon Sep 24 01:21:16 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.cpp')
-rw-r--r--TAO/tao/TAO_Server_Request.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/TAO_Server_Request.cpp b/TAO/tao/TAO_Server_Request.cpp
index bf1b278f813..a5453a07401 100644
--- a/TAO/tao/TAO_Server_Request.cpp
+++ b/TAO/tao/TAO_Server_Request.cpp
@@ -71,7 +71,8 @@ TAO_ServerRequest::TAO_ServerRequest (TAO_Pluggable_Messaging *mesg_base,
dsi_nvlist_align_ (0),
argument_flag_ (1)
#if TAO_HAS_INTERCEPTORS == 1
- , interceptor_count_ (0)
+ , interceptor_count_ (0)
+ , rs_pi_current_ ()
#endif /* TAO_HAS_INTERCEPTORS == 1 */
{
ACE_FUNCTION_TIMEPROBE (TAO_SERVER_REQUEST_START);
@@ -106,7 +107,8 @@ TAO_ServerRequest::TAO_ServerRequest (TAO_Pluggable_Messaging *mesg_base,
dsi_nvlist_align_ (0),
argument_flag_ (1)
#if TAO_HAS_INTERCEPTORS == 1
- , interceptor_count_ (0)
+ , interceptor_count_ (0)
+ , rs_pi_current_ ()
#endif /* TAO_HAS_INTERCEPTORS == 1 */
{
profile_.object_key (object_key);