Subversion Repositories tpanel

Rev

Rev 341 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 341 Rev 342
Line 65... Line 65...
65
        void testSuccess(_TESTCMD& tc);
65
        void testSuccess(_TESTCMD& tc);
66
        void start();
66
        void start();
67
        void inform(const std::string& msg);
67
        void inform(const std::string& msg);
68
        void saveVariable(const std::string& name, const std::string& content);
68
        void saveVariable(const std::string& name, const std::string& content);
69
        std::string getVariable(const std::string& name);
69
        std::string getVariable(const std::string& name);
70
        void deleteVariable(const Std::string& name);
70
        void deleteVariable(const std::string& name);
71
 
71
 
72
        std::thread mThread;
72
        std::thread mThread;
73
        bool isRunning{false};
73
        bool isRunning{false};
74
        std::string mPath;
74
        std::string mPath;
75
        std::vector<std::string> mCmdFiles;
75
        std::vector<std::string> mCmdFiles;