| 260 | } |
| 261 | |
| 262 | std::vector<std::string> |
| 263 | Bundle::GetPropertyKeys() const |
| 264 | { |
| 265 | if (!d) |
| 266 | { |
| 267 | throw std::invalid_argument("invalid bundle"); |
| 268 | } |
| 269 | |
| 270 | return d->bundleManifest.GetKeysDeprecated(); |
| 271 | } |
| 272 | |
| 273 | std::vector<ServiceReferenceU> |
| 274 | Bundle::GetRegisteredServices() const |