#2444 Batch : Fix support for multiple replaceCase in command file

This commit is contained in:
Magne Sjaastad
2018-02-05 11:22:31 +01:00
parent 5a7133f6e2
commit 082b82214d
5 changed files with 248 additions and 36 deletions
@@ -23,6 +23,9 @@
#include "cafAppEnum.h"
#include <map>
#include <vector>
class RicfCommandObject;
//==================================================================================================
//
@@ -53,6 +56,8 @@ public:
static RicfCommandFileExecutor* instance();
static std::vector<RicfCommandObject*> prepareFileCommandsForExecution(const std::vector<RicfCommandObject*>& commandsReadFromFile);
private:
RicfMessages m_messages;