summaryrefslogtreecommitdiff
path: root/orbsvcs/Notify_Service/NT_Notify_Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/Notify_Service/NT_Notify_Server.cpp')
-rw-r--r--orbsvcs/Notify_Service/NT_Notify_Server.cpp49
1 files changed, 23 insertions, 26 deletions
diff --git a/orbsvcs/Notify_Service/NT_Notify_Server.cpp b/orbsvcs/Notify_Service/NT_Notify_Server.cpp
index 44e68a9443d..703e27f02a2 100644
--- a/orbsvcs/Notify_Service/NT_Notify_Server.cpp
+++ b/orbsvcs/Notify_Service/NT_Notify_Server.cpp
@@ -1,32 +1,26 @@
/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// ace
-//
-// = FILENAME
-// NT_Notify_Server.cpp
-//
-//
-// = DESCRIPTION
-// Driver program that runs the TAO Notification Service as a Windows NT
-// Service.
-//
-// = AUTHORS
-// John Tucker <jtucker@infoglide.com>,
-// Mike Vitalo <mvitalo@infoglide.com>, and
-// David Robison <drrobison@openroadsconsulting.com>
-//
-// ============================================================================
-
-#include "ace/OS.h"
-#if !defined (ACE_WIN32) || defined (ACE_LACKS_WIN32_SERVICES)
+//=============================================================================
+/**
+ * @file NT_Notify_Server.cpp
+ *
+ * $Id$
+ *
+ * Driver program that runs the TAO Notification Service as a Windows NT
+ * Service.
+ *
+ *
+ * @author John Tucker <jtucker@infoglide.com>
+ * @author Mike Vitalo <mvitalo@infoglide.com>
+ * @author and David Robison <drrobison@openroadsconsulting.com>
+ */
+//=============================================================================
+
#include "ace/Log_Msg.h"
+#if !defined (ACE_WIN32) || defined (ACE_LACKS_WIN32_SERVICES)
+
int
ACE_TMAIN(int, ACE_TCHAR *[])
{
@@ -49,10 +43,13 @@ ACE_TMAIN(int, ACE_TCHAR *[])
// Default for the -i (install) option
#define DEFAULT_SERVICE_INIT_STARTUP SERVICE_DEMAND_START
+/**
+ * @class Options
+ *
+ * @brief Keeps track of the command-line options for this program.
+ */
class Options
{
- // = TITLE
- // Keeps track of the command-line options for this program.
public:
Options (void);
~Options (void);