summaryrefslogtreecommitdiffstats
path: root/remote-processor/AnswerMessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'remote-processor/AnswerMessage.h')
-rw-r--r--remote-processor/AnswerMessage.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/remote-processor/AnswerMessage.h b/remote-processor/AnswerMessage.h
index 3f50e7e..9dbcdc8 100644
--- a/remote-processor/AnswerMessage.h
+++ b/remote-processor/AnswerMessage.h
@@ -47,8 +47,10 @@ private:
virtual void fillDataToSend();
// Collect received data
virtual void collectReceivedData();
- // Size
- virtual uint32_t getDataSize() const;
+
+ /** @return size of the answer message in bytes
+ */
+ virtual size_t getDataSize() const;
// Answer
void setAnswer(const std::string& strAnswer);