summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp')
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp21
1 files changed, 12 insertions, 9 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp b/TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp
index 1d42b0c1598..80b0273729c 100644
--- a/TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp
+++ b/TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp
@@ -17,22 +17,25 @@
//
// ============================================================================
-#include "tao/corba.h"
-#include "tao/PortableServer/ORB_Manager.h"
-#include "ace/Get_Opt.h"
-#include "ace/Sched_Params.h"
-//#include "ace/Profile_Timer.h"
-#include "ace/OS.h"
+#include "Event_Sup.h"
+#include "NavWeapC.h"
+
#include "orbsvcs/Event_Utilities.h"
#include "orbsvcs/Event_Service_Constants.h"
#include "orbsvcs/Scheduler_Factory.h"
#include "orbsvcs/RtecEventChannelAdminC.h"
-#include "Event_Sup.h"
-#include "NavWeapC.h"
+
+#include "tao/PortableServer/ORB_Manager.h"
+
+#include "ace/Get_Opt.h"
+#include "ace/Sched_Params.h"
+#include "ace/OS.h"
#include <limits.h>
-ACE_RCSID(Event_Supplier, Event_Sup, "$Id$")
+ACE_RCSID (Event_Supplier,
+ Event_Sup,
+ "$Id$")
static const char usage [] =
"[[-?]\n"