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.
Dependencies: DnsQuery
Dependents: WizFi310_TCP_Echo_Server_Example
Fork of NetworkSocketAPI by
Diff: SocketInterface.h
- Revision:
- 1:291a9d61e58a
- Parent:
- 0:d35446f60233
- Child:
- 2:ce08986b18b5
--- a/SocketInterface.h Mon May 11 05:51:41 2015 +0000 +++ b/SocketInterface.h Thu May 14 01:37:53 2015 +0000 @@ -14,8 +14,15 @@ * limitations under the License. */ - #ifndef SOCKETINTERFACE_H - #define SOCKETINTERFACE_H +#ifndef SOCKETINTERFACE_H +#define SOCKETINTERFACE_H - #endif +class SocketInterface { + +public: + + +}; + +#endif \ No newline at end of file