| 67 | } |
| 68 | |
| 69 | inline void NetElement::setCompatibilityVersion(VersionNumber version) { |
| 70 | m_netCompatibilityVersion = version; |
| 71 | } |
| 72 | |
| 73 | inline bool NetElement::checkWithRules(NetCompatibilityRules const& rules) const { |
| 74 | if (m_netCompatibilityVersion != AnyVersion) |
no outgoing calls
no test coverage detected