modified by ohneta
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 |
diff -r d9fe92a1741d -r efe7e291422b SocketInterface.h --- 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