| 1156 | } |
| 1157 | |
| 1158 | std::shared_ptr<policy> policy_manager_impl::create_policy() const { |
| 1159 | return std::make_shared<policy>(); |
| 1160 | } |
| 1161 | |
| 1162 | void policy_manager_impl::print_policy(const std::shared_ptr<policy>& _policy) const { |
| 1163 |
nothing calls this directly
no outgoing calls
no test coverage detected