summaryrefslogtreecommitdiff
path: root/ACE/examples/QOS/Change_Receiver_FlowSpec/Fill_ACE_QoS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/QOS/Change_Receiver_FlowSpec/Fill_ACE_QoS.h')
-rw-r--r--ACE/examples/QOS/Change_Receiver_FlowSpec/Fill_ACE_QoS.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/examples/QOS/Change_Receiver_FlowSpec/Fill_ACE_QoS.h b/ACE/examples/QOS/Change_Receiver_FlowSpec/Fill_ACE_QoS.h
index 30097a33960..a454c049153 100644
--- a/ACE/examples/QOS/Change_Receiver_FlowSpec/Fill_ACE_QoS.h
+++ b/ACE/examples/QOS/Change_Receiver_FlowSpec/Fill_ACE_QoS.h
@@ -33,10 +33,10 @@ public:
//Initialization and termination methods.
/// constructor.
- Fill_ACE_QoS (void);
+ Fill_ACE_QoS ();
/// destructor.
- ~Fill_ACE_QoS (void);
+ ~Fill_ACE_QoS ();
/// To be used by receivers. Fills the receiver qos and sets the
/// sender qos to NO_TRAFFIC.
@@ -55,7 +55,7 @@ public:
const ACE_CString &send_flow_name);
/// Returns the hash map of flowspecs indexed by flowspec name.
- FLOW_SPEC_HASH_MAP& map (void);
+ FLOW_SPEC_HASH_MAP& map ();
private:
// The Service Provider is currently set to NULL for all ACE_QoS.