| 29 | |
| 30 | |
| 31 | Plugin::Plugin(void) |
| 32 | : _isInstalled(FALSE), |
| 33 | _detailsAdded(FALSE), |
| 34 | _updateDetailsAdded(FALSE), |
| 35 | _installedForAllUsers(FALSE), |
| 36 | _isLibrary(FALSE) |
| 37 | { |
| 38 | } |
| 39 | |
| 40 | Plugin::~Plugin(void) |
| 41 | { |
nothing calls this directly
no outgoing calls
no test coverage detected