mirror of https://github.com/ARMmbed/mbed-os.git
Remove unnecessary friends of NetworkInterface
parent
0cf1fd7811
commit
4759e9d667
|
@ -421,12 +421,6 @@ public:
|
||||||
#if !defined(DOXYGEN_ONLY)
|
#if !defined(DOXYGEN_ONLY)
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend class InternetSocket;
|
|
||||||
friend class UDPSocket;
|
|
||||||
friend class TCPSocket;
|
|
||||||
friend class TCPServer;
|
|
||||||
friend class SocketAddress;
|
|
||||||
|
|
||||||
friend NetworkStack *_nsapi_create_stack(NetworkInterface *iface, std::false_type);
|
friend NetworkStack *_nsapi_create_stack(NetworkInterface *iface, std::false_type);
|
||||||
|
|
||||||
/** Provide access to the NetworkStack object
|
/** Provide access to the NetworkStack object
|
||||||
|
|
Loading…
Reference in New Issue