Changeset 11251 for trunk/FACT++/src/scheduler.cc
- Timestamp:
- 07/04/11 22:21:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/scheduler.cc
r11221 r11251 729 729 730 730 // ------------------------------------------------------------------------ 731 731 #include "Main.h" 732 /* 732 733 void RunThread(StateMachineImp *io_service) 733 734 { … … 737 738 Readline::Stop(); 738 739 } 739 740 */ 740 741 /* 741 742 template<class S> … … 766 767 int RunShell(Configuration &conf) 767 768 { 769 return Main<T, AutoScheduler<S>>(conf); 770 /* 768 771 static T shell(conf.GetName().c_str(), conf.Get<int>("console")!=1); 769 772 … … 812 815 813 816 return 0; 817 */ 814 818 } 815 819
Note:
See TracChangeset
for help on using the changeset viewer.