summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp
index e9bc5dcb730..ca8c3eff211 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp
@@ -124,7 +124,7 @@ TAO_EC_Basic_Factory::create_timeout_generator (TAO_EC_Event_Channel_Base *)
int argc = 0;
char **argv = 0;
CORBA::ORB_var orb =
- CORBA::ORB_init (argc, argv, "");
+ CORBA::ORB_init (argc, argv);
ACE_Reactor *reactor = orb->orb_core ()->reactor ();
return new TAO_EC_Reactive_Timeout_Generator (reactor);
}
@@ -225,7 +225,7 @@ TAO_EC_Basic_Factory::create_consumer_control (TAO_EC_Event_Channel_Base* ec)
int argc = 0;
char **argv = 0;
CORBA::ORB_var orb =
- CORBA::ORB_init (argc, argv, "");
+ CORBA::ORB_init (argc, argv);
// Hard-coded rate to 10 times a second
ACE_Time_Value rate (0, 100000);
// Hard-coded polling-timeout to 10 msec
@@ -245,7 +245,7 @@ TAO_EC_Basic_Factory::create_supplier_control (TAO_EC_Event_Channel_Base* ec)
int argc = 0;
char **argv = 0;
CORBA::ORB_var orb =
- CORBA::ORB_init (argc, argv, "");
+ CORBA::ORB_init (argc, argv);
// Hard-coded rate to 10 times a second
ACE_Time_Value rate (0, 100000);
// Hard-coded polling-timeout to 10 msec