Changeset 11477
- Timestamp:
- 07/19/11 20:23:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/biasctrl.cc
r11313 r11477 1 1 #include <boost/bind.hpp> 2 #include <boost/array.hpp>3 #if BOOST_VERSION < 1044004 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4))5 #undef BOOST_HAS_RVALUE_REFS6 #endif7 #endif8 #include <boost/thread.hpp>9 #include <boost/asio/error.hpp>10 #include <boost/asio/deadline_timer.hpp>11 2 12 3 #include "Dim.h" … … 592 583 */ 593 584 585 #include "Main.h" 586 594 587 template<class T, class S, class R> 595 588 int RunShell(Configuration &conf) 596 589 { 590 return Main<T, StateMachineBias<S, R>>(conf); 591 /* 597 592 static T shell(conf.GetName().c_str(), conf.Get<int>("console")!=1); 598 593 … … 639 634 t.join(); 640 635 641 return 0; 636 return 0;*/ 642 637 } 643 638
Note:
See TracChangeset
for help on using the changeset viewer.