summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-22 20:17:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-22 20:17:17 +0000
commited72b38af60670d1cd2c77bd6cc2e111031f6c36 (patch)
treebd7316995fd8dfa47716b966470e38c341b567a9
parent1b00cae0939871bfcb9fab8c306aa8f47cc5a3be (diff)
downloadATCD-ed72b38af60670d1cd2c77bd6cc2e111031f6c36.tar.gz
-rw-r--r--TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp b/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp
index c01c2ef4188..1d14fc4f0f1 100644
--- a/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp
+++ b/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp
@@ -13,9 +13,9 @@ extern CORBA::Boolean receive_request_service_contexts_called;
extern CORBA::Boolean ending_interception_point_called;
ServantLocator::ServantLocator (CORBA::ORB_ptr orb)
- : orb_ (CORBA::ORB::_duplicate (orb)),
+ : error_status_ (false),
+ orb_ (CORBA::ORB::_duplicate (orb)),
servant_ (),
- error_status_ (false)
{
}