Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
15:f2569d8e4176
Parent:
13:7a1fb885a8e4
Child:
16:744ce85aede2
--- a/SnCommAfarTCP.cpp	Tue Aug 21 02:19:35 2012 +0000
+++ b/SnCommAfarTCP.cpp	Fri Aug 31 02:09:09 2012 +0000
@@ -146,6 +146,6 @@
     return ret;
 }
 
-bool SnCommAfarTCP::CloseConn() {
+bool SnCommAfarTCP::CloseConn(const uint32_t) {
     return (fSock->close())==0;
 }