modified by ohneta

Dependents:   HelloESP8266Interface_mine

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
17:412be55c4ee8
Parent:
16:658d4943c753
Child:
19:d9fe92a1741d
--- a/SocketInterface.h	Sun Jul 26 19:34:04 2015 +0000
+++ b/SocketInterface.h	Sun Jul 26 21:53:54 2015 +0000
@@ -83,7 +83,7 @@
      */
     virtual uint16_t getPort(void) const = 0;
 protected:
-    char* _addr;
+    const char* _addr;
     uint16_t _port;
 };