Changeset 20020 for trunk


Ignore:
Timestamp:
12/28/20 17:28:24 (4 years ago)
Author:
tbretz
Message:
In favor of boost 1.70, replaced get_io_context; The comments in a FITS file should not contain another comment mark - removed
File:
1 edited

Legend:

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

    r19391 r20020  
    16671667        fDimStartRun("FAD_CONTROL/START_RUN", "X:1;X:1",
    16681668                                              "Run numbers"
    1669                                               "|run[idx]:Run no of last conf'd run (-1 if reset or none config'd yet)"
     1669                                              "|run[idx]:Run no of last confed run (-1 if reset or none confed yet)"
    16701670                                              "|next[idx]:Run number which will be assigned to next configuration"),
    16711671        fDimConnection("FAD_CONTROL/CONNECTIONS", "C:40;C:1",
     
    19801980        }
    19811981
     1982#if BOOST_VERSION < 107000
    19821983        tcp::resolver resolver(StateMachineAsio<T>::get_io_service());
     1984#else
     1985        tcp::resolver resolver(StateMachineAsio<T>::get_executor());
     1986#endif
    19831987
    19841988        boost::system::error_code ec;
Note: See TracChangeset for help on using the changeset viewer.