Micke Prag
|
94dfe84e1d
|
There is no need for Event::signal(EventData *) to be virtual. It is not subclassed anywhere
|
2014-02-04 11:08:13 +01:00 |
|
Micke Prag
|
9352ae0807
|
All parameters should be named in a function according to Google style guidelines "readability/function"
|
2012-06-19 12:30:52 +02:00 |
|
Micke Prag
|
3a0cee353a
|
Fix include header order according to Google style guidelines "build/include_order"
|
2012-06-19 12:30:50 +02:00 |
|
Micke Prag
|
a4dfd27d35
|
Single-argument constructors should be marked explicit. According to
Google style guideline "runtime/explicit"
|
2012-06-19 12:30:50 +02:00 |
|
Micke Prag
|
0d25f0b389
|
Fix #ifndef header guard style, according to Google style guidelines
"build/header_guard"
|
2012-06-19 12:30:50 +02:00 |
|
Micke Prag
|
8d0228ced2
|
Add copyright message according to Google style guidelines "legal/copyright"
|
2012-06-19 12:30:50 +02:00 |
|
Micke Prag
|
5b5be387cd
|
Include the directory when naming .h files. According to Google style guideline "build/include".
|
2012-06-19 12:30:49 +02:00 |
|
Micke Prag
|
e834160492
|
Move class Event and EventHandler into the TelldusCore namespace
|
2012-02-03 17:09:38 +01:00 |
|
Micke Prag
|
938187b2a6
|
Move the event system into common to be used by our threads
|
2012-02-03 14:51:39 +01:00 |
|