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: HelloESP8266Interface_mine
Fork of NetworkSocketAPI by
Revision 20:efe7e291422b, committed 2015-11-10
- Comitter:
- ohneta
- Date:
- Tue Nov 10 14:56:42 2015 +0000
- Parent:
- 19:d9fe92a1741d
- Commit message:
- modified syntax error.
Changed in this revision
| SocketInterface.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/SocketInterface.h Sat Aug 29 23:08:37 2015 +0000
+++ b/SocketInterface.h Tue Nov 10 14:56:42 2015 +0000
@@ -76,7 +76,7 @@
/** Get the IP address of this endpoint
@return The IP address of this endpoint.
*/
- virtual const char *getAddress(void) = 0;
+ virtual const char *getAddress(void) const = 0;
/** Get the port of this endpoint
@return The port of this socket
