diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-16 03:48:27 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-16 03:48:27 +0000 |
commit | d6bc7049691dae804fccbfa799fdf0c76d33c088 (patch) | |
tree | 48dc39ad695cd6fc2c865fc81d8d51a34c9a95f6 /ace/SOCK_Dgram_Mcast.h | |
parent | 92a686c5da9eacddbd2c0e39fb71f53b9df07a6f (diff) | |
download | ATCD-d6bc7049691dae804fccbfa799fdf0c76d33c088.tar.gz |
ACE_wrappers
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.h')
-rw-r--r-- | ace/SOCK_Dgram_Mcast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram_Mcast.h b/ace/SOCK_Dgram_Mcast.h index 2bd48d05d82..1d1274c6845 100644 --- a/ace/SOCK_Dgram_Mcast.h +++ b/ace/SOCK_Dgram_Mcast.h @@ -67,7 +67,7 @@ public: // them into numbers via <ACE_OS::atoi>. int subscribe (const ACE_INET_Addr &mcast_addr, - ACE_Connect_QoS_Params qos_params, + const ACE_Connect_QoS_Params &qos_params, int reuse_addr = 1, const ASYS_TCHAR *net_if = 0, int protocol_family = PF_INET, |