| 189 | } |
| 190 | |
| 191 | std::string |
| 192 | Bundle::GetSymbolicName() const |
| 193 | { |
| 194 | if (!d) |
| 195 | { |
| 196 | throw std::invalid_argument("invalid bundle"); |
| 197 | } |
| 198 | |
| 199 | return d->symbolicName; |
| 200 | } |
| 201 | |
| 202 | BundleVersion |
| 203 | Bundle::GetVersion() const |
no outgoing calls