DongEun Koak / NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
41:3ec1c97e9bbf
Parent:
38:157fb2ab965f
--- a/SocketInterface.cpp	Mon Feb 22 23:52:09 2016 -0600
+++ b/SocketInterface.cpp	Tue Feb 23 04:01:38 2016 -0600
@@ -16,9 +16,10 @@
 
 #include "SocketInterface.h"
 
-// By default setIPAddress/setPort has no special behaviour 
-void SocketInterface::setIPAddress(const char *ip) {}
-void SocketInterface::setPort(uint16_t port) {}
+// By default set hooks have no special behaviour 
+void SocketInterface::setIPAddress(const char *) {}
+void SocketInterface::setPort(uint16_t) {}
+void SocketInterface::setTimeout(uint32_t) {}
 
 // By default isConnected is always true if the socket
 // was created successfully