summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/PM_Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/PM_Client.h')
-rw-r--r--ACE/apps/drwho/PM_Client.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/ACE/apps/drwho/PM_Client.h b/ACE/apps/drwho/PM_Client.h
index f44ab84f69f..a6466bc920d 100644
--- a/ACE/apps/drwho/PM_Client.h
+++ b/ACE/apps/drwho/PM_Client.h
@@ -1,28 +1,28 @@
/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// drwho
-//
-// = FILENAME
-// PM_Client.h
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file PM_Client.h
+ *
+ * $Id$
+ *
+ * @author Douglas C. Schmidt
+ */
+//=============================================================================
+
#ifndef _PM_CLIENT_H
#define _PM_CLIENT_H
#include "Protocol_Manager.h"
+/**
+ * @class PM_Client
+ *
+ * @brief Provides the client side of the friend manager lookup table abstraction.
+ */
class PM_Client : public Protocol_Manager
{
- // = TITLE
- // Provides the client side of the friend manager lookup table abstraction.
public:
PM_Client (void);
virtual ~PM_Client (void);