summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-03-01 20:02:06 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-03-01 20:02:06 +0000
commitb2b9e070f6ff5faa9bdf8d474b4c8bbfcc247a91 (patch)
tree3a871a407df8504913dc91a274d5c9f34451793f
parent5ad136c42160261cb5b62ec634abb4c4444455e9 (diff)
downloadATCD-b2b9e070f6ff5faa9bdf8d474b4c8bbfcc247a91.tar.gz
Fixed compile-time error.
-rw-r--r--TAO/tao/PortableServer/ServerRequestInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/ServerRequestInfo.cpp b/TAO/tao/PortableServer/ServerRequestInfo.cpp
index 3b1ece378ca..24c9d90d882 100644
--- a/TAO/tao/PortableServer/ServerRequestInfo.cpp
+++ b/TAO/tao/PortableServer/ServerRequestInfo.cpp
@@ -20,7 +20,7 @@ TAO_ServerRequestInfo::TAO_ServerRequestInfo (
TAO_ServerRequest &server_request)
: server_request_ (server_request),
forward_reference_ (),
- poa_current_ (),
+ // poa_current_ (),
adapter_id_ (),
caught_exception_ (0),
reply_status_ (-1)