Let's make (git) history!
Cette révision appartient à :
8
gateway/gatewayfactory.h
Fichier normal
8
gateway/gatewayfactory.h
Fichier normal
@@ -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
|
Référencer dans un nouveau ticket
Bloquer un utilisateur