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