Enhancement

- Broke out the "taskDiff" family of functions into feedback.cpp,
  which is where all subsequent user feedback text composition will
  occur.
This commit is contained in:
Paul Beckingham 2011-03-29 23:40:19 -04:00
parent 036aee2a8d
commit 628fbd6b64
4 changed files with 313 additions and 12 deletions

View file

@ -68,10 +68,6 @@ const std::string uuid ();
int flock (int, int);
#endif
bool taskDiff (const Task&, const Task&);
std::string taskDifferences (const Task&, const Task&);
std::string taskInfoDifferences (const Task&, const Task&);
std::string renderAttribute (const std::string&, const std::string&);
std::string compressIds (const std::vector <int>&);
#endif