summaryrefslogtreecommitdiff
path: root/ACE/examples/NT_Service/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/NT_Service/main.cpp')
-rw-r--r--ACE/examples/NT_Service/main.cpp36
1 files changed, 16 insertions, 20 deletions
diff --git a/ACE/examples/NT_Service/main.cpp b/ACE/examples/NT_Service/main.cpp
index 43f09fba0dd..785913e3613 100644
--- a/ACE/examples/NT_Service/main.cpp
+++ b/ACE/examples/NT_Service/main.cpp
@@ -1,23 +1,19 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// examples/NT_Service
-//
-// = FILENAME
-// main.cpp
-//
-// = DESCRIPTION
-// This is the main program - it just hands control off to the
-// process instance to figure out what to do. This program only
-// runs on Win32.
-//
-// = AUTHOR
-// Gonzalo Diethelm <gonzo@cs.wustl.edu>
-// and Steve Huston <shuston@riverace.com>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file main.cpp
+ *
+ * $Id$
+ *
+ * This is the main program - it just hands control off to the
+ * process instance to figure out what to do. This program only
+ * runs on Win32.
+ *
+ *
+ * @author Gonzalo Diethelm <gonzo@cs.wustl.edu> and Steve Huston <shuston@riverace.com>
+ */
+//=============================================================================
+
#include "ace/Get_Opt.h"
#include "ntsvc.h"