summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-03-16 08:56:57 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-03-16 08:56:57 +0000
commit3db444a4af91af836045d06d6d0077e2c0281ecf (patch)
treea4a4c95ba07421d43018113ab36639c0827c11dd /TAO/tao/TAO_Server_Request.cpp
parent47b5dfe9ae3189a71cd1e8db5e6a8126f12c5a3c (diff)
downloadATCD-3db444a4af91af836045d06d6d0077e2c0281ecf.tar.gz
ChangeLogTag:Tue Mar 16 00:49:15 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.cpp')
-rw-r--r--TAO/tao/TAO_Server_Request.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/TAO_Server_Request.cpp b/TAO/tao/TAO_Server_Request.cpp
index 052a7654f37..39e6fb3c459 100644
--- a/TAO/tao/TAO_Server_Request.cpp
+++ b/TAO/tao/TAO_Server_Request.cpp
@@ -62,9 +62,10 @@ TAO_ServerRequest::TAO_ServerRequest (TAO_Pluggable_Messaging *mesg_base,
dsi_nvlist_align_ (0),
argument_flag_ (1)
#if TAO_HAS_INTERCEPTORS == 1
- , interceptor_count_ (0)
- , rs_pi_current_ ()
- , result_seq_ (0)
+ , interceptor_count_ (0)
+ , rs_pi_current_ ()
+ , pi_current_copy_callback_ ()
+ , result_seq_ (0)
#endif /* TAO_HAS_INTERCEPTORS == 1 */
{
ACE_FUNCTION_TIMEPROBE (TAO_SERVER_REQUEST_START);