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

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

Fork of SNICInterface by muRata

Revision:
22:a9ec0cad4f84
Parent:
20:dd736d328de6
Child:
24:987e412ae879
--- a/Socket/Socket.cpp	Thu Mar 27 07:14:21 2014 +0000
+++ b/Socket/Socket.cpp	Thu Mar 27 07:37:55 2014 +0000
@@ -67,14 +67,14 @@
 {
     C_SNIC_UartCommandManager *uartCmdMgr_p = mSnicWifi_p->getUartCommand();
     // Get buffer for response payload from MemoryPool
-    tagMEMPOOL_BLOCK_T *payload_buf = mSnicWifi_p->allocCmdBuf();
+    C_SNIC_Core::tagMEMPOOL_BLOCK_T *payload_buf = mSnicWifi_p->allocCmdBuf();
     if( payload_buf == NULL )
     {
         printf("createSocket payload_buf NULL\r\n");
         return -1;
     }
 
-    tagSNIC_TCP_CREATE_SOCKET_REQ_T req;
+    C_SNIC_Core::tagSNIC_TCP_CREATE_SOCKET_REQ_T req;
     int req_len = 0;
     
     // Make request