diff options
Diffstat (limited to 'remote-processor/RemoteCommand.h')
-rw-r--r-- | remote-processor/RemoteCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote-processor/RemoteCommand.h b/remote-processor/RemoteCommand.h index 8409468..e55d3cb 100644 --- a/remote-processor/RemoteCommand.h +++ b/remote-processor/RemoteCommand.h @@ -43,4 +43,5 @@ public: virtual void addArgument(const std::string& strArgument) = 0; virtual uint32_t getArgumentCount() const = 0; virtual const std::string& getArgument(uint32_t uiArgument) const = 0; + virtual const std::string packArguments(uint32_t uiStartArgument, uint32_t uiNbArguments) const = 0; }; |