summaryrefslogtreecommitdiff
path: root/examples/QOS/QoS_Util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/QOS/QoS_Util.cpp')
-rw-r--r--examples/QOS/QoS_Util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/QOS/QoS_Util.cpp b/examples/QOS/QoS_Util.cpp
index ffcd9e59e7f..bd789d911b4 100644
--- a/examples/QOS/QoS_Util.cpp
+++ b/examples/QOS/QoS_Util.cpp
@@ -14,9 +14,9 @@ QoS_Util::QoS_Util (int argc,
char *argv[])
: argc_ (argc),
argv_ (argv),
- source_port_ (SENDER_PORT),
protocol_ (IPPROTO_UDP),
- multicast_flag_ (0)
+ multicast_flag_ (0),
+ source_port_ (SENDER_PORT)
{
ACE_NEW (this->mult_session_addr_,
ACE_INET_Addr (ACE_DEFAULT_MULTICAST_PORT));