summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-19 15:08:58 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-19 15:08:58 +0000
commit749ca86acf8ffe632a15ecb4d117a1faca8da680 (patch)
tree8c408208bcda9531ec7929cd668a5ffe95aae994 /TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp
parent23a2da2849c041677004a4bf1f19506aa5b0e083 (diff)
downloadATCD-749ca86acf8ffe632a15ecb4d117a1faca8da680.tar.gz
ChangeLogTag: Thu Jun 19 15:08:00 UTC 2008 Simon Massey <sma at prismtech dot com>
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp
index ec74ced335c..92a9eaa1ae1 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp
@@ -39,13 +39,11 @@ write_ior_to_file (const char *ior)
}
int
-ACE_TMAIN(int argc, ACE_TCHAR *argv[])
+ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
try
{
- CORBA::ORB_var orb = CORBA::ORB_init (argc,
- argv,
- "");
+ CORBA::ORB_var orb = CORBA::ORB_init (argc, argv);
CORBA::Object_var poa_object =
orb->resolve_initial_references ("RootPOA");