for EthernetInterface library compatibility.\\ ** Unoffical fix. may be a problem. **

Dependents:   SNIC-httpclient-example SNIC-ntpclient-example

Fork of SNICInterface by muRata

Revision:
29:6a0ba999597d
Parent:
20:dd736d328de6
Child:
33:33f1bc919486
--- a/Socket/Endpoint.h	Tue Apr 01 07:19:19 2014 +0000
+++ b/Socket/Endpoint.h	Mon May 26 05:17:28 2014 +0000
@@ -30,9 +30,6 @@
 #ifndef ENDPOINT_H
 #define ENDPOINT_H
 
-namespace murata_wifi
-{
-
 class UDPSocket;
 
 /**
@@ -74,5 +71,4 @@
 //    struct sockaddr_in _remoteHost;
 
 };
-}
 #endif