| 178 | } |
| 179 | |
| 180 | std::string |
| 181 | Bundle::GetLocation() const |
| 182 | { |
| 183 | if (!d) |
| 184 | { |
| 185 | throw std::invalid_argument("invalid bundle"); |
| 186 | } |
| 187 | |
| 188 | return d->GetLocation(); |
| 189 | } |
| 190 | |
| 191 | std::string |
| 192 | Bundle::GetSymbolicName() const |
no outgoing calls