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 fd0d2fc917
commit b0336dfd50
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&);