summaryrefslogtreecommitdiff
path: root/examples/Simulator/Event_Supplier/Logging_Sup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Simulator/Event_Supplier/Logging_Sup.cpp')
-rw-r--r--examples/Simulator/Event_Supplier/Logging_Sup.cpp44
1 files changed, 16 insertions, 28 deletions
diff --git a/examples/Simulator/Event_Supplier/Logging_Sup.cpp b/examples/Simulator/Event_Supplier/Logging_Sup.cpp
index 5b897b8638d..72901acca3e 100644
--- a/examples/Simulator/Event_Supplier/Logging_Sup.cpp
+++ b/examples/Simulator/Event_Supplier/Logging_Sup.cpp
@@ -1,25 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = FILENAME
-// Logging_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 Logging_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 "Logging_Sup.h"
#include "NavWeapC.h"
@@ -36,12 +29,7 @@
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_string.h"
-
-#include "ace/os_include/os_ctype.h"
-
-ACE_RCSID (Event_Supplier,
- Logging_Sup,
- "$Id$")
+#include "ace/OS_NS_ctype.h"
#if defined (ACE_OPENVMS)
// need this to circumvent link error on OpenVMS