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

    r11245 r11251  
    10471047    delete fOpenedRunFiles;
    10481048    delete fNumSubAndFits;
     1049    delete fStatsMonitoring;
    10491050
    10501051    if (fDebugIsOn)
     
    25132514*/
    25142515// --------------------------------------------------------------------------
     2516
     2517#include "Main.h"
     2518/*
    25152519void RunThread(DataLogger* logger)
    25162520{
     
    25202524    Readline::Stop();   
    25212525}
     2526*/
    25222527// --------------------------------------------------------------------------
    25232528template<class T>
    25242529int RunShell(Configuration &conf)
    25252530{
     2531    return Main<T, DataLogger>(conf, true);
     2532/*
    25262533    static T shell(conf.GetName().c_str(), conf.Get<int>("console")!=1);
    25272534
     
    25702577
    25712578    return 0;
     2579*/
    25722580}
    25732581
Note: See TracChangeset for help on using the changeset viewer.