Commit 16a23dde authored by Dominik Charousset's avatar Dominik Charousset

Add missing static function

parent a8879903
......@@ -31,6 +31,11 @@ namespace caf::openssl {
/// credentials for establishing connections.
class CAF_OPENSSL_EXPORT manager : public actor_system::module {
public:
/// Adds message types of the I/O module to the global meta object table.
static void init_global_meta_objects() {
// nop
}
~manager() override;
void start() override;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment