|
ORE Studio 0.0.4
|
Register risk subsystem message handlers with the server. More...
#include <registrar.hpp>

Static Public Member Functions | |
| static void | register_handlers (comms::net::server &server, database::context ctx, std::shared_ptr< variability::service::system_flags_service > system_flags) |
Register risk subsystem message handlers with the server.
Registers handlers for all risk subsystem messages (0x1000-0x1FFF). Must be called before server.run().
| server | The server to register handlers with |
| ctx | Database context for repository access |
| system_flags | Shared system flags service for flag access |