• Martin Hurton's avatar
    Simplify {tcp|ipc}_connecter · e0fed9d2
    Martin Hurton authored
    The patch is meant to make the code easier to understand.
    The 'wait' attribute is replaced by 'delayed_start'
    and 'timer_started' attributes. The former is constant and
    is initialized in the constructor. The latter is a flag
    reflecting whether a timer has been started and changes during
    the lifetime of the object.
    e0fed9d2
ipc_connecter.hpp 3.66 KB