WNCInterface
Dependencies: WncControllerK64F
Fork of WNCInterface by
Diff: Socket/WncEndpoint.h
- Revision:
- 28:dceb8da78e6d
- Parent:
- 27:2dc9461c04dc
--- a/Socket/WncEndpoint.h Fri Mar 24 21:50:50 2017 +0000 +++ b/Socket/WncEndpoint.h Fri Mar 24 22:02:33 2017 +0000 @@ -33,10 +33,10 @@ unsigned int port; }; -class UDPSocket; +class WncUDPSocket; class WncEndpoint { - friend class UDPSocket; + friend class WncUDPSocket; public: WncEndpoint(void);