diff options
author | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-02 23:51:31 +0000 |
---|---|---|
committer | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-02 23:51:31 +0000 |
commit | 280fed89d63672f511fc03e066a94449c36c9831 (patch) | |
tree | a26b4cab86fa791b8a73e0917d5dd29d702c1853 /ace/SOCK_Dgram_Mcast.h | |
parent | 7c94071251f36fea379642e595ae4ccd7e6b3e59 (diff) | |
download | ATCD-280fed89d63672f511fc03e066a94449c36c9831.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.h')
-rw-r--r-- | ace/SOCK_Dgram_Mcast.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram_Mcast.h b/ace/SOCK_Dgram_Mcast.h index a072f7bb892..468cbb0493f 100644 --- a/ace/SOCK_Dgram_Mcast.h +++ b/ace/SOCK_Dgram_Mcast.h @@ -187,7 +187,8 @@ private: const ASYS_TCHAR *net_if, int protocol_family, int protocol, - int reuse_addr); + int reuse_addr, + ACE_Protocol_Info *protocolinfo); // Subscribe to the multicast interface using QoS-enabled semantics. int unsubscribe_ifs (const ACE_INET_Addr &mcast_addr, |