Changeset df109f9 in nscp for modules/Scheduler/schedules.hpp
- Timestamp:
- 05/09/12 20:30:43 (13 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- c630d09, 91f567f
- Parents:
- d6c3131
- File:
-
- 1 edited
-
modules/Scheduler/schedules.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/Scheduler/schedules.hpp
r8d89d7a rdf109f9 75 75 } 76 76 void set_command(std::wstring str) { 77 strEx::parse_command(str, command, arguments); 77 if (!str.empty()) { 78 strEx::parse_command(str, command, arguments); 79 } 78 80 } 79 81
Note: See TracChangeset
for help on using the changeset viewer.








