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/fscctrl.cc

    r11218 r11251  
    530530// ------------------------------------------------------------------------
    531531
     532#include "Main.h"
     533
     534/*
    532535void RunThread(StateMachineImp *io_service)
    533536{
     
    537540    Readline::Stop();
    538541}
    539 
     542*/
    540543/*
    541544template<class S, class T>
     
    566569int RunShell(Configuration &conf)
    567570{
     571    return Main<T, StateMachineFSC<S, R>>(conf);
     572/*
    568573    static T shell(conf.GetName().c_str(), conf.Get<int>("console")!=1);
    569574
     
    611616
    612617    return 0;
     618*/
    613619}
    614620
Note: See TracChangeset for help on using the changeset viewer.