26#ifndef ROUTING_CLASSIC_QUIT_SENDER_INCLUDED 
   27#define ROUTING_CLASSIC_QUIT_SENDER_INCLUDED 
   33  using Processor::Processor;
 
a processor base class with helper functions.
Definition: processor.h:89
 
Definition: classic_quit_sender.h:31
 
stdx::expected< Result, std::error_code > close_socket()
Definition: classic_quit_sender.cc:76
 
void stage(Stage stage)
Definition: classic_quit_sender.h:43
 
stdx::expected< Result, std::error_code > command()
Definition: classic_quit_sender.cc:56
 
Stage stage() const
Definition: classic_quit_sender.h:44
 
stdx::expected< Result, std::error_code > process() override
Definition: classic_quit_sender.cc:43
 
Stage stage_
Definition: classic_quit_sender.h:50
 
Stage
Definition: classic_quit_sender.h:35
 
Definition: expected.h:944