| 71 | } |
| 72 | |
| 73 | inline bool NetElement::checkWithRules(NetCompatibilityRules const& rules) const { |
| 74 | if (m_netCompatibilityVersion != AnyVersion) |
| 75 | return rules.version() >= m_netCompatibilityVersion; |
| 76 | return true; |
| 77 | } |
| 78 | |
| 79 | } |
no test coverage detected