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

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

Fork of SNICInterface by muRata

Revision:
15:5eb637414df2
Parent:
14:54378c96d285
Child:
16:6100acfeb1f1
--- a/SNIC/SNIC_Core.cpp	Wed Mar 26 04:38:12 2014 +0000
+++ b/SNIC/SNIC_Core.cpp	Thu Mar 27 05:12:22 2014 +0000
@@ -118,7 +118,7 @@
     return ret;
 }
 
-tagMEMPOOL_BLOCK_T *C_SNIC_Core::getAlocCmdBuf()
+tagMEMPOOL_BLOCK_T *C_SNIC_Core::allocCmdBuf()
 {
     // Get buffer from MemoryPool
     return mMemPoolPayload.alloc();