CmdPurge: Move dependency handling into separate method

This commit is contained in:
Tomas Babej
2016-03-20 15:16:05 +01:00
committed by Paul Beckingham
parent 894eb3ab79
commit c04bdc48aa
2 changed files with 22 additions and 12 deletions

View File

@@ -32,6 +32,8 @@
class CmdPurge : public Command
{
private:
void handleDeps (Task& task);
public:
CmdPurge ();
int execute (std::string&);