| 84 | |
| 85 | |
| 86 | bool PluginVersion::operator< (const PluginVersion &rhs) |
| 87 | { |
| 88 | return (compare(*this, rhs) < 0); |
| 89 | } |
| 90 | |
| 91 | bool PluginVersion::operator<= (const PluginVersion &rhs) |
| 92 | { |
nothing calls this directly
no outgoing calls
no test coverage detected