summaryrefslogtreecommitdiff
path: root/examples/Simulator/Event_Supplier/Event_Con.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Simulator/Event_Supplier/Event_Con.cpp')
-rw-r--r--examples/Simulator/Event_Supplier/Event_Con.cpp44
1 files changed, 19 insertions, 25 deletions
diff --git a/examples/Simulator/Event_Supplier/Event_Con.cpp b/examples/Simulator/Event_Supplier/Event_Con.cpp
index 0af9a89d627..9bf83416e8d 100644
--- a/examples/Simulator/Event_Supplier/Event_Con.cpp
+++ b/examples/Simulator/Event_Supplier/Event_Con.cpp
@@ -1,26 +1,22 @@
-// $Id$
-
-// ============================================================================
-//
-// = FILENAME
-// Event_Con.cpp
-//
-// = DESCRIPTION
-// This demo just tests the basic functionality of the Event Service
-// One Conumer which inherits from the Rtec Consumer. One Supplier
-// with an internal Rtec Consumer and one internal Rtec Supplier.
-// The internal Supplier is just a demo supplier because the
-// architecture expects an supplier which has inherited from the
-// Rtec Supplier.
-//
-// = AUTHOR
-// originally
-// David Levine (levine@cs.wustl.edu) and
-// Tim Harrison (harrison@cs.wustl.edu)
-// modified
-// Michael Kircher (mk1@cs.wustl.edu)
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Event_Con.cpp
+ *
+ * $Id$
+ *
+ * This demo just tests the basic functionality of the Event Service
+ * One Conumer which inherits from the Rtec Consumer. One Supplier
+ * with an internal Rtec Consumer and one internal Rtec Supplier.
+ * The internal Supplier is just a demo supplier because the
+ * architecture expects an supplier which has inherited from the
+ * Rtec Supplier.
+ *
+ *
+ * @author originally David Levine (levine@cs.wustl.edu) and Tim Harrison (harrison@cs.wustl.edu) modified Michael Kircher (mk1@cs.wustl.edu)
+ */
+//=============================================================================
+
#include "Event_Con.h"
#include "NavWeapC.h"
@@ -38,8 +34,6 @@
#include "ace/os_include/os_limits.h"
-ACE_RCSID(Event_Supplier, Event_Con, "$Id$")
-
static const char usage [] =
"[-? |\n"
" [-c <consumers> [4]]\n"