Let's make (git) history!

This commit is contained in:
2018-11-03 17:12:20 +01:00
commit 3bfebfe8a8
212 fájl változott, egészen pontosan 11970 új sor hozzáadva és 0 régi sor törölve

8
gateway/gatewayfactory.h Normal file
Fájl megtekintése

@@ -0,0 +1,8 @@
#ifndef GATEWAYFACTORY_H
#define GATEWAYFACTORY_H
#include <memory>
#include "../config.h"
#include "gatewayinterface.h"
std::unique_ptr<GatewayInterface> createGateway(const Config &c);
#endif // GATEWAYFACTORY_H