summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/QoS_UDP.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/QoS_UDP.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/QoS_UDP.h31
1 files changed, 15 insertions, 16 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/QoS_UDP.h b/TAO/orbsvcs/orbsvcs/AV/QoS_UDP.h
index 6eb2d8d8af5..3e56ef3695c 100644
--- a/TAO/orbsvcs/orbsvcs/AV/QoS_UDP.h
+++ b/TAO/orbsvcs/orbsvcs/AV/QoS_UDP.h
@@ -1,18 +1,15 @@
// -*- C++ -*-
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// ORBSVCS AVStreams
-//
-// = FILENAME
-// UDP.h
-//
-// = AUTHOR
-// Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file QoS_UDP.h
+ *
+ * $Id$
+ *
+ * @author Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef TAO_AV_QOS_UDP_H
#define TAO_AV_QOS_UDP_H
@@ -39,7 +36,7 @@ public:
TAO_AV_UDP_QoS_Factory (void);
virtual ~TAO_AV_UDP_QoS_Factory (void);
virtual int init (int argc, char *argv[]);
- // Initialization hook.
+ /// Initialization hook.
virtual int match_protocol (const char *protocol_string);
virtual TAO_AV_Acceptor *make_acceptor (void);
virtual TAO_AV_Connector *make_connector (void);
@@ -115,8 +112,10 @@ class TAO_AV_UDP_QoS_Flow_Handler
{
public:
/// Constructor.
+ /**
+ * Destructor
+ */
TAO_AV_UDP_QoS_Flow_Handler (void);
- /// Destructor.
~TAO_AV_UDP_QoS_Flow_Handler (void);
int open (ACE_Addr &address);
virtual TAO_AV_Transport *transport (void);
@@ -257,7 +256,7 @@ public:
TAO_AV_UDP_QoS_Flow_Factory (void);
virtual ~TAO_AV_UDP_QoS_Flow_Factory (void);
virtual int init (int argc, char *argv[]);
- // Initialization hook.
+ /// Initialization hook.
virtual int match_protocol (const char *flow_string);
TAO_AV_Protocol_Object* make_protocol_object (TAO_FlowSpec_Entry *entry,
TAO_Base_StreamEndPoint *endpoint,