summaryrefslogtreecommitdiff
path: root/TAO/tests/POA
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
commit282c358fdfc5c8b09f865724e7b3831cf7494940 (patch)
treef374582629d4a59add6309162df3004f5e183c90 /TAO/tests/POA
parentd28d2be5408c1adc60141fb11d173a846f147056 (diff)
downloadATCD-282c358fdfc5c8b09f865724e7b3831cf7494940.tar.gz
Diffstat (limited to 'TAO/tests/POA')
-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_ ()
{
}