mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +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();
|
Settings *get_settings();
|
||||||
void set_settings(Settings *settings);
|
void set_settings(Settings *settings);
|
||||||
|
|
||||||
bool get_routing_enabled();
|
virtual bool get_routing_enabled();
|
||||||
void set_routing_enabled(const bool value);
|
virtual void set_routing_enabled(const bool value);
|
||||||
|
|
||||||
#ifdef DATABASES_ENABLED
|
#ifdef DATABASES_ENABLED
|
||||||
Database *get_database();
|
Database *get_database();
|
||||||
|
Loading…
Reference in New Issue
Block a user