Changeset 1bfe6f0 in nscp for modules/Scheduler/simple_scheduler.cpp
- Timestamp:
- 01/17/10 12:29:46 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 6822839
- Parents:
- cc2efd6
- File:
-
- 1 edited
-
modules/Scheduler/simple_scheduler.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/Scheduler/simple_scheduler.cpp
r753ea6d r1bfe6f0 93 93 if (item) { 94 94 try { 95 execute(*item); 95 if (handler_) 96 handler_->handle_schedule(*item); 96 97 reschedule(*item,now_time); 97 98 } catch (...) { … … 120 121 start_thread(); 121 122 } 122 void simple_scheduler::execute(target item) {123 //std::wcout << _T("Running: ") << item.command << std::endl;124 }125 126 123 } 127 124
Note: See TracChangeset
for help on using the changeset viewer.








