refactor
This commit is contained in:
parent
e6ad15889e
commit
146d301002
@ -96,7 +96,9 @@ protected:
|
|||||||
return api_item_added_;
|
return api_item_added_;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]] auto get_comm() const -> i_http_comm & { return comm_; }
|
[[nodiscard]] auto get_comm() -> i_http_comm & { return comm_; }
|
||||||
|
|
||||||
|
[[nodiscard]] auto get_comm() const -> const i_http_comm & { return comm_; }
|
||||||
|
|
||||||
[[nodiscard]] auto get_config() -> app_config & { return config_; }
|
[[nodiscard]] auto get_config() -> app_config & { return config_; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user