summaryrefslogtreecommitdiff
path: root/orbsvcs/Dump_Schedule/Dump_Schedule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/Dump_Schedule/Dump_Schedule.cpp')
-rw-r--r--orbsvcs/Dump_Schedule/Dump_Schedule.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/orbsvcs/Dump_Schedule/Dump_Schedule.cpp b/orbsvcs/Dump_Schedule/Dump_Schedule.cpp
index 5f198de6468..f7177bc7980 100644
--- a/orbsvcs/Dump_Schedule/Dump_Schedule.cpp
+++ b/orbsvcs/Dump_Schedule/Dump_Schedule.cpp
@@ -1,4 +1,3 @@
-
// $Id$
#include "ace/Sched_Params.h"
@@ -9,10 +8,6 @@
#include "orbsvcs/CosNamingC.h"
#include "orbsvcs/Scheduler_Factory.h"
-ACE_RCSID (Dump_Schedule,
- Dump_Schedule,
- "$Id$")
-
// This program dumps the results of one scheduling in a C++ file.
int
@@ -25,7 +20,7 @@ ACE_TMAIN (int argc, ACE_TCHAR* argv[])
// Initialize ORB.
CORBA::ORB_var orb =
- CORBA::ORB_init (command_line.get_argc(), command_line.get_TCHAR_argv(), "internet");
+ CORBA::ORB_init (argc, argv, "internet");
CORBA::Object_var naming_obj =
orb->resolve_initial_references ("NameService");