summaryrefslogtreecommitdiff
path: root/examples/Quoter/Generic_Factory_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Quoter/Generic_Factory_i.cpp')
-rw-r--r--examples/Quoter/Generic_Factory_i.cpp33
1 files changed, 15 insertions, 18 deletions
diff --git a/examples/Quoter/Generic_Factory_i.cpp b/examples/Quoter/Generic_Factory_i.cpp
index 74eb8e88b8f..a6b56ed07d8 100644
--- a/examples/Quoter/Generic_Factory_i.cpp
+++ b/examples/Quoter/Generic_Factory_i.cpp
@@ -1,17 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = FILENAME
-// Generic_Factory_i.cpp
-//
-// = DESCRIPTION
-// The implementation of a LifeCycle Service GenericFactory for the
-// Quoter example.
-//
-// = AUTHOR
-// Michael Kircher (mk1@cs.wustl.edu)
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Generic_Factory_i.cpp
+ *
+ * $Id$
+ *
+ * The implementation of a LifeCycle Service GenericFactory for the
+ * Quoter example.
+ *
+ *
+ * @author Michael Kircher (mk1@cs.wustl.edu)
+ */
+//=============================================================================
+
#include "Generic_Factory_i.h"
#include "QuoterC.h"
@@ -20,10 +21,6 @@
#include "ace/Get_Opt.h"
-ACE_RCSID (Quoter,
- Generic_Factory_i,
- "$Id$")
-
// Constructor
Quoter_Generic_Factory_i::Quoter_Generic_Factory_i (int debug_level)
: debug_level_ (debug_level)