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