]> git.pld-linux.org Git - packages/3dwm.git/blame - 3dwm-gcc33.patch
- added gcc33 and opt patches, some cleanups
[packages/3dwm.git] / 3dwm-gcc33.patch
CommitLineData
424333b7
JB
1--- 3dwm-0.3.2/src/Polhem/EventManager.cc.orig Wed Jul 18 09:48:37 2001
2+++ 3dwm-0.3.2/src/Polhem/EventManager.cc Tue Jul 8 15:25:39 2003
3@@ -40,6 +40,15 @@
4 #include "Polhem/LogGroup.hh"
5 #include "Polhem/EventManager.hh"
6
7+const char * const LogGroup::General = "General";
8+const char * const LogGroup::Server = "Server";
9+const char * const LogGroup::Thread = "Thread";
10+const char * const LogGroup::Renderer = "Renderer";
11+const char * const LogGroup::Event = "Event";
12+const char * const LogGroup::Platform = "Platform";
13+const char * const LogGroup::Corba = "CORBA";
14+const char * const LogGroup::Config = "Config";
15+
16 using namespace Nobel;
17
18 // -- Local Function Prototypes
19--- 3dwm-0.3.2/include/Polhem/LogGroup.hh.orig Thu Aug 16 13:32:23 2001
20+++ 3dwm-0.3.2/include/Polhem/LogGroup.hh Tue Jul 8 15:25:38 2003
21@@ -41,28 +41,28 @@
22 public:
23
24 /// General log messages
25- static const char * const General = "General";
26+ static const char * const General;
27
28 /// Server log messages
29- static const char * const Server = "Server";
30+ static const char * const Server;
31
32 /// Thread-related log messages
33- static const char * const Thread = "Thread";
34+ static const char * const Thread;
35
36 /// Renderer log messages
37- static const char * const Renderer = "Renderer";
38+ static const char * const Renderer;
39
40 /// Event log messages
41- static const char * const Event = "Event";
42+ static const char * const Event;
43
44 /// Platform log messages
45- static const char * const Platform = "Platform";
46+ static const char * const Platform;
47
48 /// CORBA-related log messages
49- static const char * const Corba = "CORBA";
50+ static const char * const Corba;
51
52 /// Configuration log messages
53- static const char * const Config = "Config";
54+ static const char * const Config;
55 };
56
57 #endif /* LogGroup.hh */
This page took 0.186469 seconds and 4 git commands to generate.