Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: PROJET_MATTHIEU_2019 PROJET_MATTHIEU_2019
Diff: Socket/Endpoint.h
- Revision:
- 3:10b3866f0ea2
- Parent:
- 0:6ffb0aeb3972
--- a/Socket/Endpoint.h Wed Aug 22 15:56:23 2012 +0000 +++ b/Socket/Endpoint.h Wed Aug 22 16:22:32 2012 +0000 @@ -18,6 +18,7 @@ #ifndef ENDPOINT_H #define ENDPOINT_H +#include "Wifly.h" class UDPSocket; @@ -58,7 +59,7 @@ protected: char _ipAddress[16]; int _port; - + Wifly * wifly; }; #endif