summaryrefslogtreecommitdiff
path: root/tests/Explicit_Event_Loop/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Explicit_Event_Loop/server.cpp')
-rw-r--r--tests/Explicit_Event_Loop/server.cpp36
1 files changed, 15 insertions, 21 deletions
diff --git a/tests/Explicit_Event_Loop/server.cpp b/tests/Explicit_Event_Loop/server.cpp
index 01184bdb811..8da642317de 100644
--- a/tests/Explicit_Event_Loop/server.cpp
+++ b/tests/Explicit_Event_Loop/server.cpp
@@ -1,23 +1,17 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Explicit_Event_Loop
-//
-// = FILENAME
-// server.cpp
-//
-// = 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.cpp
+ *
+ * $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>
+ */
+//=============================================================================
+
#include "server.h"
#include "tao/debug.h"
@@ -53,7 +47,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}