HAHA

Dependencies:   WebSocketClient mbed

Revision:
3:350f07072089
Parent:
0:71df0feee697
Child:
4:56b1ca37a175
--- a/readfile.hpp	Mon Feb 24 14:08:10 2014 +0000
+++ b/readfile.hpp	Mon Feb 24 15:40:33 2014 +0000
@@ -19,10 +19,10 @@
     ReadFile();
     
     //Set information of the coordinateur
-    void setConfigCoord(Coordinateur *coord, const string filename);
+    bool setConfigCoord(Coordinateur *coord, const string filename);
     
     //Set information of the routeur
-    void setConfigRouteur(Routeur *rout, const string filename);
+    bool setConfigRouteur(Routeur *rout, const string filename);
 };
 
 #endif
\ No newline at end of file