- TW-72 extend info report with urgency column
This commit is contained in:
Paul Beckingham 2014-06-01 16:33:14 -04:00
parent a1ba10d820
commit 55b5149be0
5 changed files with 99 additions and 13 deletions

View file

@ -35,6 +35,9 @@ class CmdInfo : public Command
public:
CmdInfo ();
int execute (std::string&);
private:
std::string urgencyTerm (const std::string&, float, float) const;
};
#endif