pefect / NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
20:3ad72f5406bf
Parent:
19:d9fe92a1741d
Child:
21:35ed15069189
--- a/SocketInterface.h	Sat Aug 29 23:08:37 2015 +0000
+++ b/SocketInterface.h	Fri Dec 25 19:51:33 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