Argentum Online - Servidor
creation_handler.h
1 #ifndef CREATION_HANDLER_H
2 #define CREATION_HANDLER_H
3 
4 #include "../../include/blocking_th_event_handler.h"
5 #include "../../include/event.h"
6 
8  private:
9  void disconnect(Event& event) const;
10 
11  protected:
12  void handle(Event& ev) override;
13 
14  public:
16 };
17 
18 #endif // CREATION_HANDLER_H
CreationHandler
Definition: creation_handler.h:7
Event
Definition: event.h:55
BlockingThEventHandler
Definition: blocking_th_event_handler.h:22