summaryrefslogtreecommitdiff
path: root/orkbasecxx/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/Config.h')
-rw-r--r--orkbasecxx/Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/orkbasecxx/Config.h b/orkbasecxx/Config.h
index fb98405..5630a71 100644
--- a/orkbasecxx/Config.h
+++ b/orkbasecxx/Config.h
@@ -102,6 +102,8 @@
#define ALLOW_AUTOMATIC_RECORDING_DEFAULT true
#define CAPTURE_FILE_SIZE_LIMIT_KB_PARAM "CaptureFileSizeLimitKb"
#define CAPTURE_FILE_SIZE_LIMIT_KB_DEFAULT 300000
+#define PARTY_FILTER_PARAM "PartyFilter"
+#define PARTY_FILTER_DEFAULT ""
class DLL_IMPORT_EXPORT_ORKBASE Config : public Object
{
@@ -160,6 +162,7 @@ public:
bool m_lookBackRecording;
bool m_allowAutomaticRecording;
int m_captureFileSizeLimitKb;
+ std::list<CStdString> m_partyFilter;
private:
log4cxx::LoggerPtr m_log;