Changeset 6822839 in nscp
- Timestamp:
- 01/17/10 14:14:31 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 50a5db2
- Parents:
- 1bfe6f0
- Files:
-
- 3 edited
-
modules/Scheduler/simple_scheduler.cpp (modified) (1 diff)
-
modules/Scheduler/simple_scheduler.hpp (modified) (2 diffs)
-
service/NSClient++.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/Scheduler/simple_scheduler.cpp
r1bfe6f0 r6822839 1 1 #include "simple_scheduler.hpp" 2 3 #include <boost/bind.hpp> 4 2 5 #include <unicode_char.hpp> 3 6 -
modules/Scheduler/simple_scheduler.hpp
r1bfe6f0 r6822839 3 3 #include <list> 4 4 #include <queue> 5 5 6 #include <boost/date_time.hpp> 6 7 #include <boost/date_time/posix_time/ptime.hpp> … … 9 10 #include <boost/date_time/local_time/local_time.hpp> 10 11 #include <boost/optional.hpp> 12 #include <boost/thread/shared_mutex.hpp> 13 11 14 #include <unicode_char.hpp> 12 15 -
service/NSClient++.cpp
rcc2efd6 r6822839 397 397 client.start(); 398 398 return 0; 399 } else if ( _wcsicmp( _T("settings"), argv[1]+1 ) == 0 ) {399 } else if ( wcscasecmp( _T("settings"), argv[1]+1 ) == 0 ) { 400 400 nsclient::settings_client client(&mainClient); 401 401 g_bConsoleLog = true;
Note: See TracChangeset
for help on using the changeset viewer.








