mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-04-20 01:43:12 +02:00
Made the routing getter and setter virtual.
This commit is contained in:
parent
7bd1b372ea
commit
1bb16134ad
@ -29,8 +29,8 @@ public:
|
||||
Settings *get_settings();
|
||||
void set_settings(Settings *settings);
|
||||
|
||||
bool get_routing_enabled();
|
||||
void set_routing_enabled(const bool value);
|
||||
virtual bool get_routing_enabled();
|
||||
virtual void set_routing_enabled(const bool value);
|
||||
|
||||
#ifdef DATABASES_ENABLED
|
||||
Database *get_database();
|
||||
|
Loading…
Reference in New Issue
Block a user