summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/SL_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/SL_Server.h')
-rw-r--r--ACE/apps/drwho/SL_Server.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/ACE/apps/drwho/SL_Server.h b/ACE/apps/drwho/SL_Server.h
index 2a8ee2ba054..d4a427d205d 100644
--- a/ACE/apps/drwho/SL_Server.h
+++ b/ACE/apps/drwho/SL_Server.h
@@ -1,28 +1,28 @@
/* -*- C++ -*- */
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// drwho
-//
-// = FILENAME
-// SL_Server.h
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file SL_Server.h
+ *
+ * $Id$
+ *
+ * @author Douglas C. Schmidt
+ */
+//=============================================================================
+
#ifndef _SL_SERVER_H
#define _SL_SERVER_H
#include "Single_Lookup.h"
+/**
+ * @class SL_Server
+ *
+ * @brief Provides the server's single user lookup table abstraction.
+ */
class SL_Server : public Single_Lookup
{
- // = TITLE
- // Provides the server's single user lookup table abstraction.
public:
SL_Server (const char *packet);