fort Socket

Fork of Socket by mbed official

Revision:
5:300e7ad2dc1d
Parent:
3:e6474399e057
Child:
6:cd2e5559786d
--- a/Socket.h	Thu Jul 26 10:07:43 2012 +0000
+++ b/Socket.h	Thu Jul 26 15:07:32 2012 +0000
@@ -38,7 +38,7 @@
     
 protected:
     int _sock_fd;
-    int init(int type);
+    int init_socket(int type);
     
     void set_timeout(int timeout);
     int wait_readable(void);