summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/Fill_ACE_QoS.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/Fill_ACE_QoS.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/Fill_ACE_QoS.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/Fill_ACE_QoS.h b/TAO/orbsvcs/orbsvcs/AV/Fill_ACE_QoS.h
index 181bd1c7361..89fef946240 100644
--- a/TAO/orbsvcs/orbsvcs/AV/Fill_ACE_QoS.h
+++ b/TAO/orbsvcs/orbsvcs/AV/Fill_ACE_QoS.h
@@ -41,18 +41,18 @@ public:
// destructor.
int fill_simplex_receiver_qos (ACE_QoS &ace_qos,
- const ACE_Flow_Spec *recv_flow_spec);
+ ACE_Flow_Spec *recv_flow_spec);
// To be used by receivers. Fills the receiver qos and sets the
// sender qos to NO_TRAFFIC.
int fill_simplex_sender_qos (ACE_QoS &ace_qos,
- const ACE_Flow_Spec *recv_flow_spec);
+ ACE_Flow_Spec *recv_flow_spec);
// To be used by senders. Fills the sender qos and sets the receiver
// qos to NO_TRAFFIC.
int fill_duplex_qos (ACE_QoS &ace_qos,
- const ACE_Flow_Spec *recv_flow_spec,
- const ACE_Flow_Spec *sender_flow_spec);
+ ACE_Flow_Spec *recv_flow_spec,
+ ACE_Flow_Spec *sender_flow_spec);
// To be used by applications that wish to be both receivers and
// senders.