| 30 | } |
| 31 | |
| 32 | bool remote_subscription::equals(const std::shared_ptr<remote_subscription>& _other) const { |
| 33 | return operator==(*_other); |
| 34 | } |
| 35 | |
| 36 | bool remote_subscription::address_equals(const std::shared_ptr<remote_subscription>& _other) const { |
| 37 | bool relibale_address_equals(false); |
no outgoing calls
no test coverage detected