Ignore:
Timestamp:
07/04/11 22:21:29 (13 years ago)
Author:
tbretz
Message:
Started to unify the main program of the io_service based control program.
File:
1 edited

Legend:

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

    r11221 r11251  
    729729
    730730// ------------------------------------------------------------------------
    731 
     731#include "Main.h"
     732/*
    732733void RunThread(StateMachineImp *io_service)
    733734{
     
    737738    Readline::Stop();
    738739}
    739 
     740*/
    740741/*
    741742template<class S>
     
    766767int RunShell(Configuration &conf)
    767768{
     769    return Main<T, AutoScheduler<S>>(conf);
     770    /*
    768771    static T shell(conf.GetName().c_str(), conf.Get<int>("console")!=1);
    769772
     
    812815
    813816    return 0;
     817*/
    814818}
    815819
Note: See TracChangeset for help on using the changeset viewer.