Context: Static initialize UDA sort order values

This commit is contained in:
Paul Beckingham 2015-04-04 14:50:38 -04:00
parent 370afa0d26
commit 743cb92958
3 changed files with 16 additions and 0 deletions

View file

@ -87,6 +87,8 @@ float Task::urgencyBlockingCoefficient = 0.0;
float Task::urgencyAgeCoefficient = 0.0;
float Task::urgencyAgeMax = 0.0;
std::map <std::string, std::vector <std::string> > Task::customOrder;
static const std::string dummy ("");
////////////////////////////////////////////////////////////////////////////////