| 217 | } |
| 218 | |
| 219 | bool Component::isMoveable() |
| 220 | { |
| 221 | // HACK, FIXME: this was too dumb and wouldn't follow dependency constraints anyway. For now hardcoded to 'true'. |
| 222 | return true; |
| 223 | } |
| 224 | |
| 225 | bool Component::isVersionChangeable(bool wait) |
| 226 | { |
no outgoing calls
no test coverage detected