summaryrefslogtreecommitdiff
path: root/examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.h')
-rw-r--r--examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.h35
1 files changed, 16 insertions, 19 deletions
diff --git a/examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.h b/examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.h
index 36e26668cd3..83ab28e0163 100644
--- a/examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.h
+++ b/examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.h
@@ -1,21 +1,18 @@
// -*- C++ -*-
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO/examples/PluggableUDP/tests/Performance
-//
-// = FILENAME
-// UDP_PerformanceClient.h
-//
-// = DESCRIPTION
-// This class implements the client functionality of the UDP test.
-//
-// = AUTHOR
-// Michael Kircher <Michael.Kircher@mchp.siemens.de>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file UDP_PerformanceClient.h
+ *
+ * $Id$
+ *
+ * This class implements the client functionality of the UDP test.
+ *
+ *
+ * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
+ */
+//=============================================================================
+
#ifndef UDP_PERFORMANCECLIENT_H
#define UDP_PERFORMANCECLIENT_H
@@ -26,7 +23,7 @@
#include "UDP_i.h"
#include "UDPC.h"
-class UDP_PerformanceClient
+class UDP_PerformanceClient
: public ACE_Task_Base
{
// = TITLE
@@ -37,14 +34,14 @@ class UDP_PerformanceClient
//
public:
// = Initialization and termination methods.
+ /// Constructor
UDP_PerformanceClient (CORBA::ORB_ptr orb,
UDP_ptr udp,
UDP_i *udpHandler,
ACE_UINT32 burst_messages);
- // Constructor
+ /// Destructor
virtual ~UDP_PerformanceClient (void);
- // Destructor
private:
// Runs in a separate thread.