- Improved structure of legacy duration value upgrades, so it can be used for
  other things, namely UDA durations.
This commit is contained in:
Paul Beckingham 2014-10-07 22:38:44 -04:00
parent 1a5fb437a5
commit b972c2c6c8
2 changed files with 38 additions and 26 deletions

View file

@ -163,6 +163,7 @@ private:
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;
void upgradeLegacyValue (std::string&);
public:
float urgency_priority () const;