adding commnds to execute
This commit is contained in:
14
UpdatePTUDevCtrl/process/check_update_activation_command.h
Normal file
14
UpdatePTUDevCtrl/process/check_update_activation_command.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef CHECK_UPDATE_ACTIVATION_COMMAND_H_INCLUDED
|
||||
#define CHECK_UPDATE_ACTIVATION_COMMAND_H_INCLUDED
|
||||
|
||||
#include "update_command.h"
|
||||
|
||||
class CheckUpdateActivationCommand : public UpdateCommand {
|
||||
public:
|
||||
explicit CheckUpdateActivationCommand(QString const &command,
|
||||
Worker *worker,
|
||||
int start_timeout = 100000,
|
||||
int finish_timeout = 100000);
|
||||
};
|
||||
|
||||
#endif // CHECK_UPDATE_ACTIVATION_COMMAND_H_INCLUDED
|
Reference in New Issue
Block a user