• Dominik Charousset's avatar
    further modularized middleman, fixed names in logs · 9a29258b
    Dominik Charousset authored
    moved middleman_event_handler_base to its own header;
    splitted middleman interface into two parts:
      - middleman: provides `start`, `stop`, and `run_later`
      - abstract_middleman: provides non thread-safe member function for protocols;
    use typeid(decltype(*this)) rather than typeid(*this) as class name in logfiles
    9a29258b
cppa.files 7.66 KB