Migrated core task modification code to the Task object, leaving wrappers behind for legacy usage.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#include <A3.h>
|
||||
|
||||
class Task : public std::map <std::string, std::string>
|
||||
{
|
||||
@@ -143,6 +144,9 @@ public:
|
||||
float urgency_c () const;
|
||||
float urgency ();
|
||||
|
||||
void modify (const A3&, std::string&);
|
||||
bool next_mod_group (const A3&, Arg&, unsigned int&);
|
||||
|
||||
private:
|
||||
int determineVersion (const std::string&);
|
||||
void parseJSON (const std::string&);
|
||||
|
||||
Reference in New Issue
Block a user