summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/PMC_Flo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/PMC_Flo.h')
-rw-r--r--ACE/apps/drwho/PMC_Flo.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/ACE/apps/drwho/PMC_Flo.h b/ACE/apps/drwho/PMC_Flo.h
index 305a8d8803c..58be95b2418 100644
--- a/ACE/apps/drwho/PMC_Flo.h
+++ b/ACE/apps/drwho/PMC_Flo.h
@@ -1,28 +1,28 @@
/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// drwho
-//
-// = FILENAME
-// PMC_Flo.h
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file PMC_Flo.h
+ *
+ * $Id$
+ *
+ * @author Douglas C. Schmidt
+ */
+//=============================================================================
+
#ifndef _PMC_FLO_H
#define _PMC_FLO_H
#include "PM_Client.h"
+/**
+ * @class PMC_Flo
+ *
+ * @brief Provides the client's lookup table abstraction for `flo' users...
+ */
class PMC_Flo : public PM_Client
{
- // = TITLE
- // Provides the client's lookup table abstraction for `flo' users...
public:
PMC_Flo (void);