summaryrefslogtreecommitdiff
path: root/examples/Simple/time-date/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Simple/time-date/server.cpp')
-rw-r--r--examples/Simple/time-date/server.cpp37
1 files changed, 15 insertions, 22 deletions
diff --git a/examples/Simple/time-date/server.cpp b/examples/Simple/time-date/server.cpp
index 97e303796f5..e89de067dc5 100644
--- a/examples/Simple/time-date/server.cpp
+++ b/examples/Simple/time-date/server.cpp
@@ -1,31 +1,24 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// examples/Simple/time-date
-//
-// = FILENAME
-// server.cpp
-//
-// = DESCRIPTION
-// This directory contains an example that illustrates how the ACE
-// Service Configurator can dynamically configure an ORB and its
-// servants from a svc.conf file.
-//
-// = AUTHOR
-// Doug Schmidt <schmidt@cs.wustl.edu>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file server.cpp
+ *
+ * $Id$
+ *
+ * This directory contains an example that illustrates how the ACE
+ * Service Configurator can dynamically configure an ORB and its
+ * servants from a svc.conf file.
+ *
+ *
+ * @author Doug Schmidt <schmidt@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "ace/Service_Config.h"
#include "ace/Reactor.h"
#include "ace/Log_Msg.h"
-ACE_RCSID (time_date,
- server,
- "$Id$")
-
int
ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{