$darkmode
Classes | |
| class | engine::ServerRegistrarImpl |
| class | engine::ServerImpl |
Functions | |
| std::unique_ptr< Server > | engine::make_server (const cloe::ServerConf &c) |
This file is included in the build when the server component is disabled. This allows us to decouple the engine from the oak dependency with all it entails in one place.
We still need to implement the interfaces defined in server.hpp though.
Having a separate file makes it easier to diff the two implmentation files.
| std::unique_ptr< Server > engine::make_server | ( | const cloe::ServerConf & | c | ) |
Create a new Server instance with the given configuration.