| 211 | } |
| 212 | |
| 213 | std::map<std::string, Any> |
| 214 | Bundle::GetProperties() const |
| 215 | { |
| 216 | if (!d) |
| 217 | { |
| 218 | throw std::invalid_argument("invalid bundle"); |
| 219 | } |
| 220 | |
| 221 | return d->bundleManifest.GetPropertiesDeprecated(); |
| 222 | } |
| 223 | |
| 224 | AnyMap const& |
| 225 | Bundle::GetHeaders() const |