SNIC UART Interface library for Murata Type-YD module

Dependents:   WebSocketServerTest

Fork of SNICInterface_mod by Toyomasa Watarai

Revision:
22:a9ec0cad4f84
Parent:
20:dd736d328de6
Child:
26:f2e1030964e4
--- a/SNIC/SNIC_Core.cpp	Thu Mar 27 07:14:21 2014 +0000
+++ b/SNIC/SNIC_Core.cpp	Thu Mar 27 07:37:55 2014 +0000
@@ -119,7 +119,7 @@
     return ret;
 }
 
-tagMEMPOOL_BLOCK_T *C_SNIC_Core::allocCmdBuf()
+C_SNIC_Core::tagMEMPOOL_BLOCK_T *C_SNIC_Core::allocCmdBuf()
 {
     // Get buffer from MemoryPool
     return mMemPoolPayload.alloc();
@@ -130,7 +130,7 @@
     mMemPoolPayload.free( buf_p );
 }
 
-tagCONNECT_INFO_T  *C_SNIC_Core::getConnectInfo( int socket_id )
+C_SNIC_Core::tagCONNECT_INFO_T  *C_SNIC_Core::getConnectInfo( int socket_id )
 {
     if( (socket_id < 0) || (socket_id > MAX_SOCKET_ID) )
     {