34 #ifndef ALARMSERVERCONNECTOR_H
35 #define ALARMSERVERCONNECTOR_H
44 #include <boost/thread.hpp>
49 #if ( __WORDSIZE < 64 ) || ( LONG_MAX < 9223372036854775807L )
50 #warning Using this application on non-64bit architecture may cause it suffer from the year-2038-bug on 19 Jan 2038 03:14:07 UTC. Linux on 64bit is not affected as time_t is a long int and long int is 64bit wide there.
53 namespace AlarmNotifications
66 #if ( OLDGCC46COMPAT == 0 )
78 static const time_t
noAlarmActive = std::numeric_limits<long int>::min();
293 #endif // ALARMSERVERCONNECTOR_H