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:
26:f2e1030964e4
Child:
32:ae95309643aa
--- a/Socket/TCPSocketServer.h	Tue Apr 01 07:19:19 2014 +0000
+++ b/Socket/TCPSocketServer.h	Mon May 26 05:17:28 2014 +0000
@@ -30,13 +30,9 @@
 #ifndef TCPSOCKETSERVER_H
 #define TCPSOCKETSERVER_H
 
-#include "MurataObject.h"
 #include "Socket.h"
 #include "TCPSocketConnection.h"
 
-namespace murata_wifi
-{
-
 /** 
     Interface class for TCP server socket of using SNIC UART.
 
@@ -67,6 +63,5 @@
     */
     int accept(TCPSocketConnection& connection);
 };
-}
 
 #endif