- Migrated util.cpp encode and decode functions because this is the only place
  they are used.
This commit is contained in:
Paul Beckingham 2014-09-07 17:23:16 -04:00
parent bffc7a2ac8
commit a7171193ca
2 changed files with 49 additions and 0 deletions

View file

@ -164,6 +164,8 @@ private:
void parseJSON (const std::string&);
void parseLegacy (const std::string&);
void validate_before (const std::string&, const std::string&);
const std::string encode (const std::string&) const;
const std::string decode (const std::string&) const;
public:
float urgency_priority () const;