summaryrefslogtreecommitdiff
path: root/TAO/tests/CollocationLockup/CollocationLockup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CollocationLockup/CollocationLockup.cpp')
-rw-r--r--TAO/tests/CollocationLockup/CollocationLockup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/CollocationLockup/CollocationLockup.cpp b/TAO/tests/CollocationLockup/CollocationLockup.cpp
index 3af6cb1216a..d6b4e4a5dad 100644
--- a/TAO/tests/CollocationLockup/CollocationLockup.cpp
+++ b/TAO/tests/CollocationLockup/CollocationLockup.cpp
@@ -42,7 +42,7 @@ class B_i : public virtual POA_C
{
public:
virtual A_ptr
- makeA () ACE_THROW_SPEC ((CORBA::SystemException))
+ makeA ()
{
PortableServer::ServantBase_var servant = new A_i;
g_pPoa->activate_object (servant.in());
@@ -65,7 +65,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_Thread_Manager threads;
// Normal corba init
- g_pOrb = CORBA::ORB_init (argc, argv, "");
+ g_pOrb = CORBA::ORB_init (argc, argv);
CORBA::Object_var pPoaObj =
g_pOrb->resolve_initial_references ("RootPOA");