summaryrefslogtreecommitdiff
path: root/docs/tutorials/Quoter/Simple/Persistent/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/Quoter/Simple/Persistent/server.cpp')
-rw-r--r--docs/tutorials/Quoter/Simple/Persistent/server.cpp32
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/tutorials/Quoter/Simple/Persistent/server.cpp b/docs/tutorials/Quoter/Simple/Persistent/server.cpp
index 95cc2869e69..c42f81726a5 100644
--- a/docs/tutorials/Quoter/Simple/Persistent/server.cpp
+++ b/docs/tutorials/Quoter/Simple/Persistent/server.cpp
@@ -1,19 +1,19 @@
-// $Id$
-
-//===========================================================================
-//
-// = FILENAME
-// server.cpp
-//
-// = DESCRIPTION
-//
-// In this example, a new POA (childPOA) is created and its
-// policy is set so that it object references are persistent.
-//
-// = AUTHOR
-// Priyanka Gontla <pgontla@ece.uci.edu>
-//
-//============================================================================
+
+//=============================================================================
+/**
+ * @file server.cpp
+ *
+ * $Id$
+ *
+ *
+ * In this example, a new POA (childPOA) is created and its
+ * policy is set so that it object references are persistent.
+ *
+ *
+ * @author Priyanka Gontla <pgontla@ece.uci.edu>
+ */
+//=============================================================================
+
#include "Stock_Factory_i.h"
#include "ace/streams.h"