summaryrefslogtreecommitdiff
path: root/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Simulator/Event_Supplier/DualEC_Sup.cpp')
-rw-r--r--examples/Simulator/Event_Supplier/DualEC_Sup.cpp42
1 files changed, 16 insertions, 26 deletions
diff --git a/examples/Simulator/Event_Supplier/DualEC_Sup.cpp b/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
index f3c56dda24a..fcdf12bba92 100644
--- a/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
+++ b/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
@@ -1,25 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = FILENAME
-// DualEC_Sup.cpp
-//
-// = DESCRIPTION
-// Event Supplier for visualizing scheduling behavior, using arrival
-// and dispatch data logged by an event channel dispatch command object
-//
-// = AUTHOR
-// Chris Gill (cdgill@cs.wustl.edu)
-//
-// Adapted from the DOVE simulation event supplier
-// originally
-// David Levine (levine@cs.wustl.edu) and
-// Tim Harrison (harrison@cs.wustl.edu)
-// modified
-// Michael Kircher (mk1@cs.wustl.edu)
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file DualEC_Sup.cpp
+ *
+ * $Id$
+ *
+ * Event Supplier for visualizing scheduling behavior, using arrival
+ * and dispatch data logged by an event channel dispatch command object
+ *
+ *
+ * @author Chris Gill (cdgill@cs.wustl.edu) Adapted from the DOVE simulation event supplier originally David Levine (levine@cs.wustl.edu) and Tim Harrison (harrison@cs.wustl.edu) modified Michael Kircher (mk1@cs.wustl.edu)
+ */
+//=============================================================================
+
#include "DualEC_Sup.h"
#include "NavWeapC.h"
@@ -37,10 +30,7 @@
#include "ace/Get_Opt.h"
#include "ace/Sched_Params.h"
#include "ace/OS_NS_errno.h"
-
-ACE_RCSID (Event_Supplier,
- DualEC_Sup,
- "$Id$")
+#include "ace/OS_NS_ctype.h"
//FUZZ: disable check_for_lack_ACE_OS
static const char usage [] =