12 #include "../stdafx.h" 
   19 #include "../safeguards.h" 
   36   while (next->
Size() < 2) {
 
   39     if (next == first) 
return;
 
   57   if (this->
running.empty()) 
return;
 
   89   for (JobList::iterator i = this->
running.begin(); i != this->
running.end(); ++i) {
 
  114   FOR_ALL_LINK_GRAPHS(lg) lg->
ShiftDates(interval);
 
  154     LinkGraphSchedule::instance.
JoinNext();