summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/AVStreams/Latency/pong.h
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/AVStreams/Latency/pong.h')
-rw-r--r--orbsvcs/tests/AVStreams/Latency/pong.h32
1 files changed, 14 insertions, 18 deletions
diff --git a/orbsvcs/tests/AVStreams/Latency/pong.h b/orbsvcs/tests/AVStreams/Latency/pong.h
index 92d90adaad4..2a03d29116d 100644
--- a/orbsvcs/tests/AVStreams/Latency/pong.h
+++ b/orbsvcs/tests/AVStreams/Latency/pong.h
@@ -1,17 +1,13 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/orbsvcs/tests/AVStreams/Latency
-//
-// = FILENAME
-// ping.h
-//
-// = AUTHOR
-// Carlos O'Ryan
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file pong.h
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan
+ */
+//=============================================================================
#ifndef TAO_PONG_H
#define TAO_PONG_H
@@ -39,8 +35,8 @@ public:
TAO_AV_Callback *&callback);
private:
+ /// The callback object...
Pong_Recv_Callback callback_;
- // The callback object...
};
class Ping_Send_Callback : public TAO_AV_Callback
@@ -54,11 +50,11 @@ public:
void *&arg);
private:
+ /// the timeout value
ACE_Time_Value timeout_;
- // the timeout value
+ /// Pre-allocate the message block to send...
ACE_Message_Block frame_;
- // Pre-allocate the message block to send...
int count_;
};
@@ -71,8 +67,8 @@ public:
TAO_AV_Callback *&callback);
private:
+ /// The callback object...
Ping_Send_Callback callback_;
- // The callback object...
};
typedef TAO_AV_Endpoint_Reactive_Strategy_A <TAO_StreamEndPoint_A,TAO_VDev,AV_Null_MediaCtrl> Reactive_Strategy;