From 030f3d40121bc7e4c806f6460fe0674ed5fcba99 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Fri, 5 May 2006 19:37:56 +0000 Subject: EnableReporting config parameter not used anymore, orkaudio always tries to report activity. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@225 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/Reporting.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'orkaudio/Reporting.h') diff --git a/orkaudio/Reporting.h b/orkaudio/Reporting.h index 0d09333..e2afb72 100644 --- a/orkaudio/Reporting.h +++ b/orkaudio/Reporting.h @@ -20,6 +20,7 @@ class Reporting { public: + Reporting(); static Reporting* GetInstance(); static void ThreadHandler(void *args); @@ -27,6 +28,7 @@ public: private: static Reporting m_reportingSingleton; ThreadSafeQueue m_audioTapeQueue; + bool m_queueFullError; }; #endif -- cgit v1.2.3