summaryrefslogtreecommitdiff
path: root/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h')
-rw-r--r--ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h b/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h
index 1240cb23530..3c9716d63cd 100644
--- a/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h
+++ b/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h
@@ -36,15 +36,15 @@ public:
int parse_args (void);
// GET methods.
- ACE_INET_Addr *mult_session_addr (void) const;
+ ACE_INET_Addr *mult_session_addr () const;
- ACE_INET_Addr *dest_addr (void) const;
+ ACE_INET_Addr *dest_addr () const;
- u_short source_port (void) const;
+ u_short source_port () const;
- ACE_Protocol_ID protocol (void) const;
+ ACE_Protocol_ID protocol () const;
- int multicast_flag (void) const;
+ int multicast_flag () const;
private: