summaryrefslogtreecommitdiff
path: root/examples/Quoter/Factory_Finder_i.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
commitd0301acb799b1d5696713ab42034305f45c4e93e (patch)
tree0b8f08656d6028906c0e09a18adefbaf4165625e /examples/Quoter/Factory_Finder_i.cpp
parent69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff)
downloadATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'examples/Quoter/Factory_Finder_i.cpp')
-rw-r--r--examples/Quoter/Factory_Finder_i.cpp34
1 files changed, 15 insertions, 19 deletions
diff --git a/examples/Quoter/Factory_Finder_i.cpp b/examples/Quoter/Factory_Finder_i.cpp
index 278552e3470..fd55987816e 100644
--- a/examples/Quoter/Factory_Finder_i.cpp
+++ b/examples/Quoter/Factory_Finder_i.cpp
@@ -1,18 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = FILENAME
-// FactoryFinder_i.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)
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Factory_Finder_i.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)
+ */
+//=============================================================================
+
#include "Factory_Finder_i.h"
#include "QuoterC.h"
@@ -21,10 +21,6 @@
#include "ace/Get_Opt.h"
-ACE_RCSID (Quoter,
- Factory_Finder_i,
- "$Id$")
-
// Constructor
Quoter_Factory_Finder_i::Quoter_Factory_Finder_i (int debug_level)
: debug_level_ (debug_level)