summaryrefslogtreecommitdiffstats
path: root/net/mediatomb/files/patch-timer.cc
blob: 66e655eba48841d8b11e0f6408821a594adc51ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/timer.cc.orig	2010-03-25 15:58:11.000000000 +0100
+++ src/timer.cc	2015-03-08 22:18:05.760740000 +0100
@@ -33,12 +33,15 @@
     #include "autoconfig.h"
 #endif
 
+#include "singleton.h"
+
+class Timer;
+SINGLETON_MUTEX(Timer, true);
+
 #include "timer.h"
 
 using namespace zmm;
 
-SINGLETON_MUTEX(Timer, true);
-
 template <>
 Ref<Array<Timer::TimerSubscriberElement<TimerSubscriberSingleton<Object> > > > Timer::getAppropriateSubscribers<TimerSubscriberSingleton<Object> >()
 {
OpenPOWER on IntegriCloud