summaryrefslogtreecommitdiffstats
path: root/remote-processor/RequestMessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'remote-processor/RequestMessage.h')
-rw-r--r--remote-processor/RequestMessage.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/remote-processor/RequestMessage.h b/remote-processor/RequestMessage.h
index 2b2edb7..a9567e5 100644
--- a/remote-processor/RequestMessage.h
+++ b/remote-processor/RequestMessage.h
@@ -44,6 +44,14 @@ public:
virtual const string packArguments(uint32_t uiStartArgument, uint32_t uiNbArguments) const;
private:
+
+ /**
+ * Constant character array.
+ * This value defines the delimiters used to separate the arguments
+ * in the request command.
+ */
+ static const char* const gacDelimiters;
+
// Fill data to send
virtual void fillDataToSend();
// Collect received data