summaryrefslogtreecommitdiff
path: root/orkbasecxx/Config.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-06-06 13:43:28 +0000
committerHenri Herscher <henri@oreka.org>2007-06-06 13:43:28 +0000
commit9845d2476c05c14226ab2456dcc4636677f34897 (patch)
tree2e930cd3dc3762d2ed353a5f0e61c6b491520bcd /orkbasecxx/Config.h
parent2501598d00dac0b63904efc01cbc95ac15e2e19b (diff)
Enhanced configurable tape file naming and added configurable tape path naming support.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@443 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/Config.h')
-rw-r--r--orkbasecxx/Config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/orkbasecxx/Config.h b/orkbasecxx/Config.h
index c728860..50271c9 100644
--- a/orkbasecxx/Config.h
+++ b/orkbasecxx/Config.h
@@ -77,6 +77,7 @@
#define DEBUG_PARAM "Debug"
#define DEBUG_DEFAULT false
#define TAPE_FILE_NAMING_PARAM "TapeFileNaming"
+#define TAPE_PATH_NAMING_PARAM "TapePathNaming"
#define REMOTE_PROCESSING_INPUT_PATH_PARAM "RemoteProcessingInputPath"
#define REMOTE_PROCESSING_OUTPUT_PATH_PARAM "RemoteProcessingOutputPath"
#define REMOTE_PROCESSING_HOSTNAME_PARAM "RemoteProcessingHostname"
@@ -96,7 +97,7 @@ public:
CStdString GetClassName();
ObjectRef NewInstance();
inline ObjectRef Process() {return ObjectRef();};
-
+ time_t m_serviceStartedTime;
bool m_logMessages;
bool m_logRms;
bool m_enableReporting;
@@ -129,6 +130,7 @@ public:
int m_captureFileBatchSizeKByte;
bool m_debug;
std::list<CStdString> m_tapeFileNaming;
+ std::list<CStdString> m_tapePathNaming;
std::list<CStdString> m_remoteProcessingInputPath;
CStdString m_remoteProcessingOutputPath;
CStdString m_remoteProcessingHostname;