summaryrefslogtreecommitdiff
path: root/examples/Quoter/Factory_Finder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Quoter/Factory_Finder.cpp')
-rw-r--r--examples/Quoter/Factory_Finder.cpp32
1 files changed, 14 insertions, 18 deletions
diff --git a/examples/Quoter/Factory_Finder.cpp b/examples/Quoter/Factory_Finder.cpp
index 7a12ab205ec..4bd72e8ad8e 100644
--- a/examples/Quoter/Factory_Finder.cpp
+++ b/examples/Quoter/Factory_Finder.cpp
@@ -1,24 +1,20 @@
-// $Id$
-
-// ============================================================================
-//
-// = FILENAME
-// FactoryFinder.cpp
-//
-// = DESCRIPTION
-// A Factory Finder for the Quoter example. This example conforms
-// to the CosLifeCycle Factory Finder notion.
-//
-// = AUTHOR
-// Michael Kircher (mk1@cs.wustl.edu)
-//
-// ============================================================================
-#include "Factory_Finder.h"
+//=============================================================================
+/**
+ * @file Factory_Finder.cpp
+ *
+ * $Id$
+ *
+ * A Factory Finder for the Quoter example. This example conforms
+ * to the CosLifeCycle Factory Finder notion.
+ *
+ *
+ * @author Michael Kircher (mk1@cs.wustl.edu)
+ */
+//=============================================================================
-ACE_RCSID (Quoter,
- Factory_Finder, "$Id$")
+#include "Factory_Finder.h"
Quoter_Factory_Finder_Server::Quoter_Factory_Finder_Server (void)
: debug_level_ (1)