summaryrefslogtreecommitdiff
path: root/orkaudio/Reporting.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-05-05 19:37:56 +0000
committerHenri Herscher <henri@oreka.org>2006-05-05 19:37:56 +0000
commit030f3d40121bc7e4c806f6460fe0674ed5fcba99 (patch)
treef4eaf78546afdbc5d1d1f3fe1e9bd16f8c46cc07 /orkaudio/Reporting.h
parenta279a59505abff5d2c0802feeeceeb4f08ee067c (diff)
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
Diffstat (limited to 'orkaudio/Reporting.h')
-rw-r--r--orkaudio/Reporting.h2
1 files changed, 2 insertions, 0 deletions
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<AudioTapeRef> m_audioTapeQueue;
+ bool m_queueFullError;
};
#endif