AlarmNotifications
PANDA Slow Control Alarm Daemon
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
x11compat.h
Go to the documentation of this file.
1 
34 #ifndef X11COMPAT_H
35 #define X11COMPAT_H
36 
37 #include "oldgcccompat.h" // Compatibilty macros for GCC < 4.7
38 
39 namespace AlarmNotifications
40 {
41 
49 void InitializeXThreads();
50 
51 }
52 
53 #endif // X11COMPAT_H
Compatibility macros for older versions of the GCC.
Namespace for Alarm Notifications application.
void InitializeXThreads()
Call XInitThreads() from Xlib.
Definition: x11compat.cpp:45