summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-05 04:32:14 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-05 04:32:14 +0000
commit4bfcdb998d1e332a1e37f3c0c41312787cb6a9f3 (patch)
tree142b969e6cca1a37de033c5cbe9ddbf9a9031292
parentbac599ba3d30d38240eeaba05aa29d6b59256afb (diff)
downloadATCD-4bfcdb998d1e332a1e37f3c0c41312787cb6a9f3.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h
index 39bb7f92c7f..461c84750d3 100644
--- a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h
+++ b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h
@@ -124,7 +124,10 @@ private:
TAO_AV_Protocol_Object *protocol_object_;
// Protocol object corresponding to the transport protocol selected.
- ACE_CString address_;
+ char* address_;
+ // Destination Address.
+
+ char* peer_addr_;
// Destination Address.
ACE_CString flowname_;