summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-03-15 08:04:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-03-15 08:04:03 +0000
commit312c8c5b15a0304856701920d1669355d5c82011 (patch)
treee791237578b5e23fb6f0e4a65cf6dfd85c284a5b
parent3c46064dc0bc24fcc5abf599c5cbea1c901648ae (diff)
downloadATCD-312c8c5b15a0304856701920d1669355d5c82011.tar.gz
Wed Mar 14 13:21:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tests/CORBA_e_Implicit_Activation/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CORBA_e_Implicit_Activation/server.cpp b/TAO/tests/CORBA_e_Implicit_Activation/server.cpp
index feca809fbef..215bab98bb1 100644
--- a/TAO/tests/CORBA_e_Implicit_Activation/server.cpp
+++ b/TAO/tests/CORBA_e_Implicit_Activation/server.cpp
@@ -41,7 +41,7 @@ main (int argc, char *argv[])
root_poa->destroy (1, 1);
orb->destroy ();
}
- catch (const PortableServer::POA::ServantNotActive& ex)
+ catch (const PortableServer::POA::ServantNotActive&)
{
ACE_DEBUG ((LM_DEBUG, "This test passes.\n"));
status = 0;