summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp')
-rw-r--r--TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp b/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp
index 77ac6f328d8..5978c2b8aee 100644
--- a/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp
+++ b/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp
@@ -228,16 +228,14 @@ overwrite_servant_manager (PortableServer::POA_ptr poa)
}
int
-ACE_TMAIN(int argc, ACE_TCHAR *argv[])
+ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
int retval = 0;
try
{
CORBA::ORB_var orb =
- CORBA::ORB_init (argc,
- argv,
- 0);
+ CORBA::ORB_init (argc, argv);
CORBA::Object_var obj =
orb->resolve_initial_references ("RootPOA");