#ifndef GATEWAYFACTORY_H #define GATEWAYFACTORY_H #include #include "../config.h" #include "gatewayinterface.h" std::unique_ptr createGateway(const Config &c); #endif // GATEWAYFACTORY_H