module: Create BCAT backend based upon Settings value on construction
This commit is contained in:
parent
2903f3524e
commit
68658a8385
3 changed files with 36 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
namespace Service::BCAT {
|
||||
|
||||
class Backend;
|
||||
|
||||
class Module final {
|
||||
public:
|
||||
class Interface : public ServiceFramework<Interface> {
|
||||
|
@ -19,6 +21,7 @@ public:
|
|||
|
||||
protected:
|
||||
std::shared_ptr<Module> module;
|
||||
std::unique_ptr<Backend> backend;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue