service: make enable_shared_from_this inheritance public
Without being public, making shared pointer from the service level accessor is not accessible outside of the class.
This commit is contained in:
@@ -30,7 +30,7 @@ namespace db {
|
||||
}
|
||||
namespace qos {
|
||||
class standard_service_level_distributed_data_accessor : public service_level_controller::service_level_distributed_data_accessor,
|
||||
::enable_shared_from_this<standard_service_level_distributed_data_accessor> {
|
||||
public ::enable_shared_from_this<standard_service_level_distributed_data_accessor> {
|
||||
private:
|
||||
db::system_distributed_keyspace& _sys_dist_ks;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user