diff options
Diffstat (limited to 'remote-processor')
-rw-r--r-- | remote-processor/RequestMessage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remote-processor/RequestMessage.h b/remote-processor/RequestMessage.h index a9567e5..763f6dc 100644 --- a/remote-processor/RequestMessage.h +++ b/remote-processor/RequestMessage.h @@ -35,6 +35,7 @@ public: CRequestMessage(); // Command Name + void setCommand(const string& strCommand); virtual const string& getCommand() const; // Arguments @@ -58,8 +59,6 @@ private: virtual void collectReceivedData(); // Size virtual uint32_t getDataSize() const; - // Command - void setCommand(const string& strCommand); // Trim input string static string trim(const string& strToTrim); |