summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-23 07:34:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-23 07:34:40 +0000
commit4f1df9043093725213d17ed7c0d735dd98b65928 (patch)
treef374582629d4a59add6309162df3004f5e183c90
parent895f567115da99f296b17e3d867e81d1ee3d9399 (diff)
downloadATCD-4f1df9043093725213d17ed7c0d735dd98b65928.tar.gz
-rw-r--r--TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp b/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp
index 1d14fc4f0f1..58e7a244d4c 100644
--- a/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp
+++ b/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp
@@ -15,7 +15,7 @@ extern CORBA::Boolean ending_interception_point_called;
ServantLocator::ServantLocator (CORBA::ORB_ptr orb)
: error_status_ (false),
orb_ (CORBA::ORB::_duplicate (orb)),
- servant_ (),
+ servant_ ()
{
}