Project

General

Profile

Revision 7db6cf9f

ID7db6cf9f9dc54a3edebcd6bfc5362108519b1cbb
Parent 1019d31f
Child 5925bbbb

Added by Priya almost 11 years ago

Changed all TODO and @TODO to @todo to conform to doxygen.

View differences:

scout/libscout/src/test_behaviors/Scheduler.cpp
100 100

  
101 101
    Time end_time = order.get_start_time() - order.get_est_time();
102 102

  
103
    if(end_time.toSec() + MAX_WAIT_TIME < time) //TODO: use another function
103
    if(end_time.toSec() + MAX_WAIT_TIME < time) //@todo: use another function
104 104
    {
105 105
      //best = &order;
106 106
      best_index = i;

Also available in: Unified diff