View | Details | Raw Unified | Return to bug 198436
Collapse All | Expand All

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

Return to bug 198436