summaryrefslogtreecommitdiff
path: root/orbsvcs/Naming_Service/NT_Naming_Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/Naming_Service/NT_Naming_Server.cpp')
-rw-r--r--orbsvcs/Naming_Service/NT_Naming_Server.cpp46
1 files changed, 21 insertions, 25 deletions
diff --git a/orbsvcs/Naming_Service/NT_Naming_Server.cpp b/orbsvcs/Naming_Service/NT_Naming_Server.cpp
index f2415410a31..f13ebbcbe59 100644
--- a/orbsvcs/Naming_Service/NT_Naming_Server.cpp
+++ b/orbsvcs/Naming_Service/NT_Naming_Server.cpp
@@ -1,31 +1,24 @@
// -*- C++ -*-
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// ace
-//
-// = FILENAME
-// NT_Naming_Server.cpp
-//
-//
-// = DESCRIPTION
-// Driver program that runs the TAO Naming Service as a Windows NT
-// Service.
-//
-// = AUTHORS
-// John Tucker <jtucker@infoglide.com> and
-// Mike Vitalo <mvitalo@infoglide.com>
-//
-// ============================================================================
-
-#include "ace/OS.h"
-#if !defined (ACE_WIN32) || defined (ACE_LACKS_WIN32_SERVICES)
+//=============================================================================
+/**
+ * @file NT_Naming_Server.cpp
+ *
+ * $Id$
+ *
+ * Driver program that runs the TAO Naming Service as a Windows NT
+ * Service.
+ *
+ *
+ * @author John Tucker <jtucker@infoglide.com> and Mike Vitalo <mvitalo@infoglide.com>
+ */
+//=============================================================================
+
#include "ace/Log_Msg.h"
+#if !defined (ACE_WIN32) || defined (ACE_LACKS_WIN32_SERVICES)
+
int
ACE_TMAIN(int, ACE_TCHAR *[])
{
@@ -45,10 +38,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);