Code Cleanup

- Merging Record and Task objects, step 1.
This commit is contained in:
Paul Beckingham
2011-08-07 16:23:23 -04:00
parent 6140f4af9d
commit 6d00337db3
5 changed files with 67 additions and 68 deletions

View File

@@ -42,6 +42,7 @@ public:
~Task (); // Destructor
void parse (const std::string&);
std::string composeF4 () const;
std::string composeCSV () const;
std::string composeYAML () const;
std::string composeJSON (bool include_id = false) const;