HAHA

Dependencies:   WebSocketClient mbed

Revision:
4:56b1ca37a175
Parent:
3:350f07072089
Child:
5:daf08fff7abb
--- a/readfile.hpp	Mon Feb 24 15:40:33 2014 +0000
+++ b/readfile.hpp	Mon Feb 24 19:30:27 2014 +0000
@@ -23,6 +23,9 @@
     
     //Set information of the routeur
     bool setConfigRouteur(Routeur *rout, const string filename);
+    
+private:
+    int string2int(string t);
 };
 
 #endif
\ No newline at end of file