Changeset 11477 for trunk/FACT++/src


Ignore:
Timestamp:
07/19/11 20:23:38 (13 years ago)
Author:
tbretz
Message:
Make use of Main.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/biasctrl.cc

    r11313 r11477  
    11#include <boost/bind.hpp>
    2 #include <boost/array.hpp>
    3 #if BOOST_VERSION < 104400
    4 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4))
    5 #undef BOOST_HAS_RVALUE_REFS
    6 #endif
    7 #endif
    8 #include <boost/thread.hpp>
    9 #include <boost/asio/error.hpp>
    10 #include <boost/asio/deadline_timer.hpp>
    112
    123#include "Dim.h"
     
    592583*/
    593584
     585#include "Main.h"
     586
    594587template<class T, class S, class R>
    595588int RunShell(Configuration &conf)
    596589{
     590    return Main<T, StateMachineBias<S, R>>(conf);
     591/*
    597592    static T shell(conf.GetName().c_str(), conf.Get<int>("console")!=1);
    598593
     
    639634    t.join();
    640635
    641     return 0;
     636    return 0;*/
    642637}
    643638
Note: See TracChangeset for help on using the changeset viewer.