mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
565 B
Plaintext
14 lines
565 B
Plaintext
$NetBSD: patch-ar,v 1.3 2013/03/24 16:51:08 joerg Exp $
|
|
|
|
--- Server.tproj/QTSServer.h.orig 2007-02-15 23:13:49.000000000 +0000
|
|
+++ Server.tproj/QTSServer.h
|
|
@@ -115,7 +115,7 @@ class QTSServer : public QTSServerInterf
|
|
// GLOBAL TASKS
|
|
RTCPTask* fRTCPTask;
|
|
RTPStatsUpdaterTask*fStatsTask;
|
|
- SessionTimeoutTask *fSessionTimeoutTask;
|
|
+ //SessionTimeoutTask *fSessionTimeoutTask;
|
|
static char* sPortPrefString;
|
|
static XMLPrefsParser* sPrefsSource;
|
|
static PrefsSource* sMessagesSource;
|