Index: sources/canbus/frameinterface.h =================================================================== diff -u -r561055268da68e24fe91a1148b76bf1785dae14d -re1605219ac2baf49ef21d0889f845ac53d59c3c1 --- sources/canbus/frameinterface.h (.../frameinterface.h) (revision 561055268da68e24fe91a1148b76bf1785dae14d) +++ sources/canbus/frameinterface.h (.../frameinterface.h) (revision e1605219ac2baf49ef21d0889f845ac53d59c3c1) @@ -60,9 +60,10 @@ }; // Singleton - SINGLETON_DECL(FrameInterface) + SINGLETON(FrameInterface) public: - void init(); + bool init(); + void quit(); private: void initConnections();