summaryrefslogtreecommitdiff
path: root/orkbasecxx/Filter.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-07-05 01:59:32 +0000
committerHenri Herscher <henri@oreka.org>2006-07-05 01:59:32 +0000
commitc27745d1b387606b7e1a5869b7fe4b566410720d (patch)
tree978a3e5176ff6db2f6b0856d8031e662b68ff03d /orkbasecxx/Filter.h
parent0d758fbcf5a581ca5909245cef65c00652219283 (diff)
* Tape processor interface becomes usable and used
* Reporting and BatchProcessing become "standard" tape processors * Imediate processing kicks off the tape processor chain * Object now references Serializer * ConfigManager singleton not an ACE singleton anymore because ACE singletons are not unique across DLL boundaries. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@296 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/Filter.h')
-rw-r--r--orkbasecxx/Filter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/orkbasecxx/Filter.h b/orkbasecxx/Filter.h
index 48dc9a0..d6b0c2c 100644
--- a/orkbasecxx/Filter.h
+++ b/orkbasecxx/Filter.h
@@ -14,7 +14,6 @@
#define __FILTER_H__
#include <list>
-#include "ace/Singleton.h"
#include "AudioCapture.h"
#include "dll.h"
#include "OrkBase.h"
@@ -81,7 +80,6 @@ private:
};
//===================================================================
-
/** Filter Registry
*/
class DLL_IMPORT_EXPORT_ORKBASE FilterRegistry
@@ -99,6 +97,5 @@ private:
static FilterRegistry* m_singleton;
};
-//typedef ACE_Singleton<FilterRegistry, ACE_Thread_Mutex> FilterRegistrySingleton;
#endif