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
7
class
CreationHandler
:
public
BlockingThEventHandler
{
8
private
:
9
void
disconnect(
Event
& event)
const
;
10
11
protected
:
12
void
handle(
Event
& ev)
override
;
13
14
public
:
15
CreationHandler
();
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
server
events
creation_handler.h
Generado por
1.8.19