summaryrefslogtreecommitdiff
path: root/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h')
-rw-r--r--ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h b/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h
index b3dccdb02e6..4c69c80de3f 100644
--- a/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h
+++ b/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h
@@ -28,10 +28,10 @@ public:
QoS_Util (int argc, ACE_TCHAR *argv[]);
// destructor.
- ~QoS_Util (void);
+ ~QoS_Util ();
// Parse command-line arguments.
- int parse_args (void);
+ int parse_args ();
// GET methods.
ACE_INET_Addr *mult_session_addr () const;