summaryrefslogtreecommitdiff
path: root/examples/Advanced/ch_12/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Advanced/ch_12/server.h')
-rw-r--r--examples/Advanced/ch_12/server.h34
1 files changed, 14 insertions, 20 deletions
diff --git a/examples/Advanced/ch_12/server.h b/examples/Advanced/ch_12/server.h
index 5a5a3729fd2..45850f8705a 100644
--- a/examples/Advanced/ch_12/server.h
+++ b/examples/Advanced/ch_12/server.h
@@ -1,23 +1,17 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/examples/Advanced/ch_12
-//
-// = FILENAME
-// server.h
-//
-// = AUTHORS
-// Source code used in TAO has been modified and adapted from the
-// code provided in the book, "Advanced CORBA Programming with C++"
-// by Michi Henning and Steve Vinoski. Copyright
-// 1999. Addison-Wesley, Reading, MA. Used with permission of
-// Addison-Wesley.
-//
-// Modified for TAO by Mike Moran <mm4@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file server.h
+ *
+ * $Id$
+ *
+ * @author Source code used in TAO has been modified and adapted from thecode provided in the book
+ * @author "Advanced CORBA Programming with C++"by Michi Henning and Steve Vinoski. Copyright1999. Addison-Wesley
+ * @author Reading
+ * @author MA. Used with permission ofAddison-Wesley.Modified for TAO by Mike Moran <mm4@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef server_HH_
#define server_HH_