1 #ifndef RECEPTACLE_APP_H
2 #define RECEPTACLE_APP_H
4 #include <QApplication>
6 #include "log_emitter.h"
7 #include "util_collection.h"
8 #include "host_controller.h"
9 #include "dispatcher.h"
17 void startServer(
int port,
LogEmitter * logger);
25 #endif // RECEPTACLE_APP_H
Definition: host_controller.h:39
Definition: dispatcher.h:38
Definition: log_emitter.h:41
Definition: util_collection.h:34
Definition: receptacle_app.h:11