| 94 | } |
| 95 | |
| 96 | bool PluginVersion::operator> (const PluginVersion &rhs) |
| 97 | { |
| 98 | return (compare(*this, rhs) > 0); |
| 99 | } |
| 100 | |
| 101 | bool PluginVersion::operator>= (const PluginVersion &rhs) |
| 102 | { |
nothing calls this directly
no outgoing calls
no test coverage detected