Rev 981 | Rev 999 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 981 | Rev 984 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | #include "../Threads/thread.h" |
30 | #include "../Threads/thread.h" |
| 31 | #include "../Socket/asyncsocket.h" |
31 | #include "../Socket/asyncsocket.h" |
| 32 | #include "../Socket/socketexception.h" |
32 | #include "../Socket/socketexception.h" |
| 33 | #include "../Settings/settings.h" |
33 | #include "../Settings/settings.h" |
| 34 | #include "canmessage.h" |
34 | #include "canmessage.h" |
| - | 35 | #include "../version.h" |
|
| 35 | 36 | ||
| 36 | class CanDebug : public Thread<CanDebug> |
37 | class CanDebug : public Thread<CanDebug> |
| 37 | { |
38 | { |
| 38 | public: |
39 | public: |
| 39 | static CanDebug& getInstance(); |
40 | static CanDebug& getInstance(); |