summaryrefslogtreecommitdiff
path: root/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h')
-rw-r--r--ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h b/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h
index ae347de68f6..fbde23e3802 100644
--- a/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h
+++ b/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h
@@ -1,18 +1,15 @@
/* -*- C++ -*- */
-// $Id$
-
-// =====================================================================
-//
-// = LIBRARY
-// ACE_wrappers/examples/QOS
-//
-// = FILENAME
-// QoS_Util.h
-//
-// = AUTHOR
-// Vishal Kachroo <vishal@cs.wustl.edu>
-//
-// =====================================================================
+
+//=============================================================================
+/**
+ * @file QoS_Util.h
+ *
+ * $Id$
+ *
+ * @author Vishal Kachroo <vishal@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef QOS_UTIL_H
#define QOS_UTIL_H
@@ -20,11 +17,14 @@
#include "ace/INET_Addr.h"
#include "ace/QoS/QoS_Session.h"
+/**
+ * @class QoS_Util
+ *
+ * @brief This class provides the utility functions like parse_args ()
+ * required by a QoS enabled application.
+ */
class QoS_Util
{
- // = TITLE
- // This class provides the utility functions like parse_args ()
- // required by a QoS enabled application.
public: