summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/RT-CCM/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/RT-CCM/test.cpp')
-rw-r--r--CIAO/tools/Config_Handlers/RT-CCM/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tools/Config_Handlers/RT-CCM/test.cpp b/CIAO/tools/Config_Handlers/RT-CCM/test.cpp
index 15fabe1f34a..1a951c8983b 100644
--- a/CIAO/tools/Config_Handlers/RT-CCM/test.cpp
+++ b/CIAO/tools/Config_Handlers/RT-CCM/test.cpp
@@ -48,7 +48,7 @@ int main (int argc, char *argv[])
return 1;
// Initialize an ORB so Any will work
- CORBA::ORB_ptr orb = CORBA::ORB_init (argc, argv, "");
+ CORBA::ORB_ptr orb = CORBA::ORB_init (argc, argv);
//Create an XML_Helper for all the file work
XML_Helper the_helper;