namespace for preprocessor constants
Stefan Schuermans

Stefan Schuermans commited on 2011-12-14 20:23:49
Showing 51 changed files, with 153 additions and 153 deletions.

... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef ADDR_H
7
-#define ADDR_H
6
+#ifndef BLINKER_ADDR_H
7
+#define BLINKER_ADDR_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -40,5 +40,5 @@ public:
40 40
 
41 41
 } // namespace Blinker
42 42
 
43
-#endif // #ifndef ADDR_H
43
+#endif // #ifndef BLINKER_ADDR_H
44 44
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef DEVICE_H
7
-#define DEVICE_H
6
+#ifndef BLINKER_DEVICE_H
7
+#define BLINKER_DEVICE_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -54,6 +54,6 @@ public:
54 54
 
55 55
 } // namespace Blinker
56 56
 
57
-#endif // #ifndef DEVICE_H
57
+#endif // #ifndef BLINKER_DEVICE_H
58 58
 
59 59
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef DIRECTORY_H
7
-#define DIRECTORY_H
6
+#ifndef BLINKER_DIRECTORY_H
7
+#define BLINKER_DIRECTORY_H
8 8
 
9 9
 #include <list>
10 10
 #include <string>
... ...
@@ -55,5 +55,5 @@ public:
55 55
 
56 56
 } // namespace Blinker
57 57
 
58
-#endif // #ifndef DIRECTORY_H
58
+#endif // #ifndef BLINKER_DIRECTORY_H
59 59
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef FILE_H
7
-#define FILE_H
6
+#ifndef BLINKER_FILE_H
7
+#define BLINKER_FILE_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -42,5 +42,5 @@ protected:
42 42
 
43 43
 } // namespace Blinker
44 44
 
45
-#endif // #ifndef FILE_H
45
+#endif // #ifndef BLINKER_FILE_H
46 46
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef IO_H
7
-#define IO_H
6
+#ifndef BLINKER_IO_H
7
+#define BLINKER_IO_H
8 8
 
9 9
 #include <set>
10 10
 
... ...
@@ -47,5 +47,5 @@ protected:
47 47
 
48 48
 } // namespace Blinker
49 49
 
50
-#endif // #ifndef IO_H
50
+#endif // #ifndef BLINKER_IO_H
51 51
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef TIME_H
7
-#define TIME_H
6
+#ifndef BLINKER_TIME_H
7
+#define BLINKER_TIME_H
8 8
 
9 9
 #include <stdint.h>
10 10
 #include <sys/time.h>
... ...
@@ -91,5 +91,5 @@ protected:
91 91
 
92 92
 } // namespace Blinker
93 93
 
94
-#endif // #ifndef TIME_H
94
+#endif // #ifndef BLINKER_TIME_H
95 95
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef CALLMGR_H
7
-#define CALLMGR_H
6
+#ifndef BLINKER_CALLMGR_H
7
+#define BLINKER_CALLMGR_H
8 8
 
9 9
 #include <map>
10 10
 #include <set>
... ...
@@ -107,5 +107,5 @@ protected:
107 107
 
108 108
 } // namespace Blinker
109 109
 
110
-#endif // #ifndef CALLMGR_H
110
+#endif // #ifndef BLINKER_CALLMGR_H
111 111
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef CANVAS_H
7
-#define CANVAS_H
6
+#ifndef BLINKER_CANVAS_H
7
+#define BLINKER_CANVAS_H
8 8
 
9 9
 #include <list>
10 10
 #include <string>
... ...
@@ -79,5 +79,5 @@ protected:
79 79
 
80 80
 } // namespace Blinker
81 81
 
82
-#endif // #ifndef CANVAS_H
82
+#endif // #ifndef BLINKER_CANVAS_H
83 83
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef CANVASINPUT_H
7
-#define CANVASINPUT_H
6
+#ifndef BLINKER_CANVASINPUT_H
7
+#define BLINKER_CANVASINPUT_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -83,5 +83,5 @@ protected:
83 83
 
84 84
 } // namespace Blinker
85 85
 
86
-#endif // #ifndef CANVASINPUT_H
86
+#endif // #ifndef BLINKER_CANVASINPUT_H
87 87
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef FORMAT_H
7
-#define FORMAT_H
6
+#ifndef BLINKER_FORMAT_H
7
+#define BLINKER_FORMAT_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -40,5 +40,5 @@ public:
40 40
 
41 41
 } // namespace Blinker
42 42
 
43
-#endif // #ifndef FORMAT_H
43
+#endif // #ifndef BLINKER_FORMAT_H
44 44
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef FORMATFILE_H
7
-#define FORMATFILE_H
6
+#ifndef BLINKER_FORMATFILE_H
7
+#define BLINKER_FORMATFILE_H
8 8
 
9 9
 #include "Format.h"
10 10
 #include "SettingFile_impl.h"
... ...
@@ -16,5 +16,5 @@ typedef SettingFile<Format> FormatFile;
16 16
 
17 17
 } // namespace Blinker
18 18
 
19
-#endif // #ifndef FORMATFILE_H
19
+#endif // #ifndef BLINKER_FORMATFILE_H
20 20
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef INSTREAMFILE_H
7
-#define INSTREAMFILE_H
6
+#ifndef BLINKER_INSTREAMFILE_H
7
+#define BLINKER_INSTREAMFILE_H
8 8
 
9 9
 #include "File.h"
10 10
 #include "StreamFile.h"
... ...
@@ -69,5 +69,5 @@ protected:
69 69
 
70 70
 } // namespace Blinker
71 71
 
72
-#endif // #ifndef INSTREAMFILE_H
72
+#endif // #ifndef BLINKER_INSTREAMFILE_H
73 73
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef IOCALLEE_H
7
-#define IOCALLEE_H
6
+#ifndef BLINKER_IOCALLEE_H
7
+#define BLINKER_IOCALLEE_H
8 8
 
9 9
 #include "Io.h"
10 10
 
... ...
@@ -36,5 +36,5 @@ public:
36 36
 
37 37
 } // namespace Blinker
38 38
 
39
-#endif // #ifndef IOCALLEE_H
39
+#endif // #ifndef BLINKER_IOCALLEE_H
40 40
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef LISTTRACKER_H
7
-#define LISTTRACKER_H
6
+#ifndef BLINKER_LISTTRACKER_H
7
+#define BLINKER_LISTTRACKER_H
8 8
 
9 9
 #include <list>
10 10
 #include <string>
... ...
@@ -83,5 +83,5 @@ public:
83 83
 
84 84
 } // namespace Blinker
85 85
 
86
-#endif // #ifndef LISTTRACKER_H
86
+#endif // #ifndef BLINKER_LISTTRACKER_H
87 87
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef LISTTRACKER_IMPL_H
7
-#define LISTTRACKER_IMPL_H
6
+#ifndef BLINKER_LISTTRACKER_IMPL_H
7
+#define BLINKER_LISTTRACKER_IMPL_H
8 8
 
9 9
 #include <list>
10 10
 #include <string>
... ...
@@ -173,5 +173,5 @@ void ListTracker<PARENT, TYPE, FIDI>::updateListFull()
173 173
 
174 174
 } // namespace Blinker
175 175
 
176
-#endif // #ifndef LISTTRACKER_IMPL_H
176
+#endif // #ifndef BLINKER_LISTTRACKER_IMPL_H
177 177
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef MODULE_H
7
-#define MODULE_H
6
+#ifndef BLINKER_MODULE_H
7
+#define BLINKER_MODULE_H
8 8
 
9 9
 #include "CallMgr.h"
10 10
 #include "Directory.h"
... ...
@@ -46,5 +46,5 @@ protected:
46 46
 
47 47
 } // namespace Blinker
48 48
 
49
-#endif // #ifndef MODULE_H
49
+#endif // #ifndef BLINKER_MODULE_H
50 50
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef MODULEMGR_H
7
-#define MODULEMGR_H
6
+#ifndef BLINKER_MODULEMGR_H
7
+#define BLINKER_MODULEMGR_H
8 8
 
9 9
 #include <list>
10 10
 
... ...
@@ -64,5 +64,5 @@ protected:
64 64
 
65 65
 } // namespace Blinker
66 66
 
67
-#endif // #ifndef MODULEMGR_H
67
+#endif // #ifndef BLINKER_MODULEMGR_H
68 68
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef MODULEMGRCNTR_H
7
-#define MODULEMGRCNTR_H
6
+#ifndef BLINKER_MODULEMGRCNTR_H
7
+#define BLINKER_MODULEMGRCNTR_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -52,5 +52,5 @@ protected:
52 52
 
53 53
 } // namespace Blinker
54 54
 
55
-#endif // #ifndef MODULEMGRCNTR_H
55
+#endif // #ifndef BLINKER_MODULEMGRCNTR_H
56 56
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef MODULEMGRCNTR_IMPL_H
7
-#define MODULEMGRCNTR_IMPL_H
6
+#ifndef BLINKER_MODULEMGRCNTR_IMPL_H
7
+#define BLINKER_MODULEMGRCNTR_IMPL_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -48,5 +48,5 @@ void ModuleMgr<MODULE>::Cntr::updateConfig()
48 48
 
49 49
 } // namespace Blinker
50 50
 
51
-#endif // #ifndef MODULEMGRCNTR_IMPL_H
51
+#endif // #ifndef BLINKER_MODULEMGRCNTR_IMPL_H
52 52
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef MODULEMGR_IMPL_H
7
-#define MODULEMGR_IMPL_H
6
+#ifndef BLINKER_MODULEMGR_IMPL_H
7
+#define BLINKER_MODULEMGR_IMPL_H
8 8
 
9 9
 #include <list>
10 10
 
... ...
@@ -68,5 +68,5 @@ void ModuleMgr<MODULE>::updateConfig()
68 68
 
69 69
 } // namespace Blinker
70 70
 
71
-#endif // #ifndef MODULEMGR_IMPL_H
71
+#endif // #ifndef BLINKER_MODULEMGR_IMPL_H
72 72
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef NAME_H
7
-#define NAME_H
6
+#ifndef BLINKER_NAME_H
7
+#define BLINKER_NAME_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -37,5 +37,5 @@ public:
37 37
 
38 38
 } // namespace Blinker
39 39
 
40
-#endif // #ifndef NAME_H
40
+#endif // #ifndef BLINKER_NAME_H
41 41
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef NAMEFILE_H
7
-#define NAMEFILE_H
6
+#ifndef BLINKER_NAMEFILE_H
7
+#define BLINKER_NAMEFILE_H
8 8
 
9 9
 #include "Name.h"
10 10
 #include "SettingFile_impl.h"
... ...
@@ -16,5 +16,5 @@ typedef SettingFile<Name> NameFile;
16 16
 
17 17
 } // namespace Blinker
18 18
 
19
-#endif // #ifndef NAMEFILE_H
19
+#endif // #ifndef BLINKER_NAMEFILE_H
20 20
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef OUTSTREAMFILE_H
7
-#define OUTSTREAMFILE_H
6
+#ifndef BLINKER_OUTSTREAMFILE_H
7
+#define BLINKER_OUTSTREAMFILE_H
8 8
 
9 9
 #include <BlinkenLib/BlinkenFrame.h>
10 10
 
... ...
@@ -54,5 +54,5 @@ public:
54 54
 
55 55
 } // namespace Blinker
56 56
 
57
-#endif // #ifndef OUTSTREAMFILE_H
57
+#endif // #ifndef BLINKER_OUTSTREAMFILE_H
58 58
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef OUTPUT_H
7
-#define OUTPUT_H
6
+#ifndef BLINKER_OUTPUT_H
7
+#define BLINKER_OUTPUT_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -85,5 +85,5 @@ protected:
85 85
 
86 86
 } // namespace Blinker
87 87
 
88
-#endif // #ifndef OUTPUT_H
88
+#endif // #ifndef BLINKER_OUTPUT_H
89 89
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef PLAYER_H
7
-#define PLAYER_H
6
+#ifndef BLINKER_PLAYER_H
7
+#define BLINKER_PLAYER_H
8 8
 
9 9
 #include <list>
10 10
 #include <string>
... ...
@@ -84,5 +84,5 @@ protected:
84 84
 
85 85
 } // namespace Blinker
86 86
 
87
-#endif // #ifndef PLAYER_H
87
+#endif // #ifndef BLINKER_PLAYER_H
88 88
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef PLAYERMOVIE_H
7
-#define PLAYERMOVIE_H
6
+#ifndef BLINKER_PLAYERMOVIE_H
7
+#define BLINKER_PLAYERMOVIE_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -67,5 +67,5 @@ public:
67 67
 
68 68
 } // namespace Blinker
69 69
 
70
-#endif // #ifndef PLAYERMOVIE_H
70
+#endif // #ifndef BLINKER_PLAYERMOVIE_H
71 71
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef POSITION_H
7
-#define POSITION_H
6
+#ifndef BLINKER_POSITION_H
7
+#define BLINKER_POSITION_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -38,5 +38,5 @@ public:
38 38
 
39 39
 } // namespace Blinker
40 40
 
41
-#endif // #ifndef POSITION_H
41
+#endif // #ifndef BLINKER_POSITION_H
42 42
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef POSITIONFILE_H
7
-#define POSITIONFILE_H
6
+#ifndef BLINKER_POSITIONFILE_H
7
+#define BLINKER_POSITIONFILE_H
8 8
 
9 9
 #include "Position.h"
10 10
 #include "SettingFile_impl.h"
... ...
@@ -16,5 +16,5 @@ typedef SettingFile<Position> PositionFile;
16 16
 
17 17
 } // namespace Blinker
18 18
 
19
-#endif // #ifndef POSITIONFILE_H
19
+#endif // #ifndef BLINKER_POSITIONFILE_H
20 20
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef PRINTER_H
7
-#define PRINTER_H
6
+#ifndef BLINKER_PRINTER_H
7
+#define BLINKER_PRINTER_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -59,5 +59,5 @@ protected:
59 59
 
60 60
 } // namespace Blinker
61 61
 
62
-#endif // #ifndef PRINTER_H
62
+#endif // #ifndef BLINKER_PRINTER_H
63 63
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef PRIORITY_H
7
-#define PRIORITY_H
6
+#ifndef BLINKER_PRIORITY_H
7
+#define BLINKER_PRIORITY_H
8 8
 
9 9
 #include <list>
10 10
 #include <string>
... ...
@@ -78,5 +78,5 @@ protected:
78 78
 
79 79
 } // namespace Blinker
80 80
 
81
-#endif // #ifndef PRIORITY_H
81
+#endif // #ifndef BLINKER_PRIORITY_H
82 82
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef PRIORITYINPUT_H
7
-#define PRIORITYINPUT_H
6
+#ifndef BLINKER_PRIORITYINPUT_H
7
+#define BLINKER_PRIORITYINPUT_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -75,5 +75,5 @@ protected:
75 75
 
76 76
 } // namespace Blinker
77 77
 
78
-#endif // #ifndef PRIORITYINPUT_H
78
+#endif // #ifndef BLINKER_PRIORITYINPUT_H
79 79
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef PROTOCOL_H
7
-#define PROTOCOL_H
6
+#ifndef BLINKER_PROTOCOL_H
7
+#define BLINKER_PROTOCOL_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -39,5 +39,5 @@ public:
39 39
 
40 40
 } // namespace Blinker
41 41
 
42
-#endif // #ifndef PROTOCOL_H
42
+#endif // #ifndef BLINKER_PROTOCOL_H
43 43
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef PROTOCOLFILE_H
7
-#define PROTOCOLFILE_H
6
+#ifndef BLINKER_PROTOCOLFILE_H
7
+#define BLINKER_PROTOCOLFILE_H
8 8
 
9 9
 #include "Protocol.h"
10 10
 #include "SettingFile_impl.h"
... ...
@@ -16,5 +16,5 @@ typedef SettingFile<Protocol> ProtocolFile;
16 16
 
17 17
 } // namespace Blinker
18 18
 
19
-#endif // #ifndef PROTOCOLFILE_H
19
+#endif // #ifndef BLINKER_PROTOCOLFILE_H
20 20
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef RESIZER_H
7
-#define RESIZER_H
6
+#ifndef BLINKER_RESIZER_H
7
+#define BLINKER_RESIZER_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -77,5 +77,5 @@ protected:
77 77
 
78 78
 } // namespace Blinker
79 79
 
80
-#endif // #ifndef RESIZER_H
80
+#endif // #ifndef BLINKER_RESIZER_H
81 81
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef SCALER_H
7
-#define SCALER_H
6
+#ifndef BLINKER_SCALER_H
7
+#define BLINKER_SCALER_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -77,5 +77,5 @@ protected:
77 77
 
78 78
 } // namespace Blinker
79 79
 
80
-#endif // #ifndef SCALER_H
80
+#endif // #ifndef BLINKER_SCALER_H
81 81
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef SENDER_H
7
-#define SENDER_H
6
+#ifndef BLINKER_SENDER_H
7
+#define BLINKER_SENDER_H
8 8
 
9 9
 #include <list>
10 10
 #include <map>
... ...
@@ -148,5 +148,5 @@ protected:
148 148
 
149 149
 } // namespace Blinker
150 150
 
151
-#endif // #ifndef SENDER_H
151
+#endif // #ifndef BLINKER_SENDER_H
152 152
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef SENDERDEST_H
7
-#define SENDERDEST_H
6
+#ifndef BLINKER_SENDERDEST_H
7
+#define BLINKER_SENDERDEST_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -68,5 +68,5 @@ protected:
68 68
 
69 69
 } // namespace Blinker
70 70
 
71
-#endif // #ifndef SENDERDEST_H
71
+#endif // #ifndef BLINKER_SENDERDEST_H
72 72
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef SENDERDEST_IMPL_H
7
-#define SENDERDEST_IMPL_H
6
+#ifndef BLINKER_SENDERDEST_IMPL_H
7
+#define BLINKER_SENDERDEST_IMPL_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -95,5 +95,5 @@ void Sender<ADDR, SOCK>::Dest::send(const std::string *pData)
95 95
 
96 96
 } // namespace Blinker
97 97
 
98
-#endif // #ifndef SENDERDEST_IMPL_H
98
+#endif // #ifndef BLINKER_SENDERDEST_IMPL_H
99 99
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef SENDER_IMPL_H
7
-#define SENDER_IMPL_H
6
+#ifndef BLINKER_SENDER_IMPL_H
7
+#define BLINKER_SENDER_IMPL_H
8 8
 
9 9
 #include <list>
10 10
 #include <map>
... ...
@@ -384,5 +384,5 @@ void Sender<ADDR, SOCK>::receiveFromSock()
384 384
 
385 385
 } // namespace Blinker
386 386
 
387
-#endif // #ifndef SENDER_H
387
+#endif // #ifndef BLINKER_SENDER_H
388 388
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef SERCFG_H
7
-#define SERCFG_H
6
+#ifndef BLINKER_SERCFG_H
7
+#define BLINKER_SERCFG_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -48,5 +48,5 @@ public:
48 48
 
49 49
 } // namespace Blinker
50 50
 
51
-#endif // #ifndef SERCFG_H
51
+#endif // #ifndef BLINKER_SERCFG_H
52 52
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef SERCFGFILE_H
7
-#define SERCFGFILE_H
6
+#ifndef BLINKER_SERCFGFILE_H
7
+#define BLINKER_SERCFGFILE_H
8 8
 
9 9
 #include "SerCfg.h"
10 10
 #include "SettingFile_impl.h"
... ...
@@ -16,5 +16,5 @@ typedef SettingFile<SerCfg> SerCfgFile;
16 16
 
17 17
 } // namespace Blinker
18 18
 
19
-#endif // #ifndef SERCFGFILE_H
19
+#endif // #ifndef BLINKER_SERCFGFILE_H
20 20
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef SETTINGFILE_H
7
-#define SETTINGFILE_H
6
+#ifndef BLINKER_SETTINGFILE_H
7
+#define BLINKER_SETTINGFILE_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -54,5 +54,5 @@ public:
54 54
 
55 55
 } // namespace Blinker
56 56
 
57
-#endif // #ifndef SETTINGFILE_H
57
+#endif // #ifndef BLINKER_SETTINGFILE_H
58 58
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef SETTINGFILE_IMPL_H
7
-#define SETTINGFILE_IMPL_H
6
+#ifndef BLINKER_SETTINGFILE_IMPL_H
7
+#define BLINKER_SETTINGFILE_IMPL_H
8 8
 
9 9
 #include <fstream>
10 10
 #include <string>
... ...
@@ -80,5 +80,5 @@ bool SettingFile<TYPE>::getStr(std::string &val) const
80 80
 
81 81
 } // namespace Blinker
82 82
 
83
-#endif // #ifndef SETTINGFILE_IMPL_H
83
+#endif // #ifndef BLINKER_SETTINGFILE_IMPL_H
84 84
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef SIZE_H
7
-#define SIZE_H
6
+#ifndef BLINKER_SIZE_H
7
+#define BLINKER_SIZE_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -38,5 +38,5 @@ public:
38 38
 
39 39
 } // namespace Blinker
40 40
 
41
-#endif // #ifndef SIZE_H
41
+#endif // #ifndef BLINKER_SIZE_H
42 42
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef SIZEFILE_H
7
-#define SIZEFILE_H
6
+#ifndef BLINKER_SIZEFILE_H
7
+#define BLINKER_SIZEFILE_H
8 8
 
9 9
 #include "SettingFile_impl.h"
10 10
 #include "Size.h"
... ...
@@ -16,5 +16,5 @@ typedef SettingFile<Size> SizeFile;
16 16
 
17 17
 } // namespace Blinker
18 18
 
19
-#endif // #ifndef SIZEFILE_H
19
+#endif // #ifndef BLINKER_SIZEFILE_H
20 20
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef STREAM_H
7
-#define STREAM_H
6
+#ifndef BLINKER_STREAM_H
7
+#define BLINKER_STREAM_H
8 8
 
9 9
 #include <set>
10 10
 #include <string>
... ...
@@ -67,5 +67,5 @@ friend class StreamMgr;
67 67
 
68 68
 } // namespace Blinker
69 69
 
70
-#endif // #ifndef STREAM_H
70
+#endif // #ifndef BLINKER_STREAM_H
71 71
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef STREAMFILE_H
7
-#define STREAMFILE_H
6
+#ifndef BLINKER_STREAMFILE_H
7
+#define BLINKER_STREAMFILE_H
8 8
 
9 9
 #include "File.h"
10 10
 #include "NameFile.h"
... ...
@@ -58,5 +58,5 @@ protected:
58 58
 
59 59
 } // namespace Blinker
60 60
 
61
-#endif // #ifndef STREAMFILE_H
61
+#endif // #ifndef BLINKER_STREAMFILE_H
62 62
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef STREAMMGR_H
7
-#define STREAMMGR_H
6
+#ifndef BLINKER_STREAMMGR_H
7
+#define BLINKER_STREAMMGR_H
8 8
 
9 9
 #include <map>
10 10
 #include <set>
... ...
@@ -67,5 +67,5 @@ protected:
67 67
 
68 68
 } // namespace Blinker
69 69
 
70
-#endif // #ifndef STREAMMGR_H
70
+#endif // #ifndef BLINKER_STREAMMGR_H
71 71
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef STREAMRECV_H
7
-#define STREAMRECV_H
6
+#ifndef BLINKER_STREAMRECV_H
7
+#define BLINKER_STREAMRECV_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -33,5 +33,5 @@ public:
33 33
 
34 34
 } // namespace Blinker
35 35
 
36
-#endif // #ifndef STREAMRECV_H
36
+#endif // #ifndef BLINKER_STREAMRECV_H
37 37
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef STRINGPARSER_H
7
-#define STRINGPARSER_H
6
+#ifndef BLINKER_STRINGPARSER_H
7
+#define BLINKER_STRINGPARSER_H
8 8
 
9 9
 #include <string>
10 10
 
... ...
@@ -71,5 +71,5 @@ protected:
71 71
 
72 72
 } // namespace Blinker
73 73
 
74
-#endif // #ifndef STRINGPARSER_H
74
+#endif // #ifndef BLINKER_STRINGPARSER_H
75 75
 
... ...
@@ -3,8 +3,8 @@
3 3
    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
    a blinkenarea.org project */
5 5
 
6
-#ifndef TIMECALLEE_H
7
-#define TIMECALLEE_H
6
+#ifndef BLINKER_TIMECALLEE_H
7
+#define BLINKER_TIMECALLEE_H
8 8
 
9 9
 namespace Blinker {
10 10
 
... ...
@@ -25,5 +25,5 @@ public:
25 25
 
26 26
 } // namespace Blinker
27 27
 
28
-#endif // #ifndef TIMECALLEE_H
28
+#endif // #ifndef BLINKER_TIMECALLEE_H
29 29
 
30 30