summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp')
-rw-r--r--TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp
index a514cd4625e..f8f6e04e7f4 100644
--- a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp
+++ b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp
@@ -66,9 +66,7 @@ DT_Test::check_supported_priorities (void)
int
DT_Test::init (int argc, char *argv [])
{
- orb_ = CORBA::ORB_init (argc,
- argv,
- "");
+ orb_ = CORBA::ORB_init (argc, argv);
this->check_supported_priorities ();