UdpSocket: Correctly declare multicast virtual class.
[GB.NET] * BUG: UdpSocket: Correctly declare multicast virtual class.
This commit is contained in:
parent
ea6c2d6074
commit
97be8e7f9b
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#ifndef __CUDPSOCKET_C
|
||||
|
||||
extern GB_DESC CUdpSocketDesc[];
|
||||
extern GB_DESC CUdpSocketMulticastDesc[];
|
||||
extern GB_STREAM_DESC UdpSocketStream;
|
||||
|
||||
#else
|
||||
|
|
|
@ -44,6 +44,7 @@ GB_DESC *GB_CLASSES[] EXPORT =
|
|||
CDnsClientDesc,
|
||||
CSocketDesc,
|
||||
CServerSocketDesc,
|
||||
CUdpSocketMulticastDesc,
|
||||
CUdpSocketDesc,
|
||||
CSerialPortDesc,
|
||||
CNetDesc,
|
||||
|
|
Loading…
Reference in a new issue