Changeset 11251 for trunk/FACT++/src/fscctrl.cc
- Timestamp:
- 07/04/11 22:21:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fscctrl.cc
r11218 r11251 530 530 // ------------------------------------------------------------------------ 531 531 532 #include "Main.h" 533 534 /* 532 535 void RunThread(StateMachineImp *io_service) 533 536 { … … 537 540 Readline::Stop(); 538 541 } 539 542 */ 540 543 /* 541 544 template<class S, class T> … … 566 569 int RunShell(Configuration &conf) 567 570 { 571 return Main<T, StateMachineFSC<S, R>>(conf); 572 /* 568 573 static T shell(conf.GetName().c_str(), conf.Get<int>("console")!=1); 569 574 … … 611 616 612 617 return 0; 618 */ 613 619 } 614 620
Note:
See TracChangeset
for help on using the changeset viewer.