| 73 | } |
| 74 | |
| 75 | void |
| 76 | BundleContextPrivate::CheckValid() const |
| 77 | { |
| 78 | if (!valid) |
| 79 | { |
| 80 | throw cppmicroservices::IllegalStateException("The bundle context is no longer valid"); |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | void |
| 85 | BundleContextPrivate::Invalidate() |
no outgoing calls
no test coverage detected