summaryrefslogtreecommitdiff
path: root/orkbasecxx/Config.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-06-22 14:10:44 +0000
committerHenri Herscher <henri@oreka.org>2006-06-22 14:10:44 +0000
commit744d9eed93087488ccd2d7f43add835e039fdb66 (patch)
treefc9560d1915a788f4986dcae58e41444dc5c01eb /orkbasecxx/Config.h
parentd9ab23128764f328581147f740ad01cad3a0d2e4 (diff)
Now possible to specify a list of filters to load at the capture port level.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@283 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/Config.h')
-rw-r--r--orkbasecxx/Config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkbasecxx/Config.h b/orkbasecxx/Config.h
index 2587416..f3e2fd3 100644
--- a/orkbasecxx/Config.h
+++ b/orkbasecxx/Config.h
@@ -69,6 +69,7 @@
#define BATCH_PROCESSING_ENHANCE_PRIORITY_DEFAULT false
#define DELETE_FAILED_CAPTURE_FILE_PARAM "DeleteFailedCaptureFile"
#define DELETE_FAILED_CAPTURE_FILE_DEFAULT false
+#define CAPTURE_PORT_FILTERS_PARAM "CapturePortFilters"
class DLL_IMPORT_EXPORT Config : public Object
{
@@ -107,6 +108,7 @@ public:
int m_batchProcessingQueueSize;
bool m_batchProcessingEnhancePriority;
bool m_deleteFailedCaptureFile;
+ std::list<CStdString> m_capturePortFilters;
private:
log4cxx::LoggerPtr m_log;