| 333 | } |
| 334 | |
| 335 | Bundle::TimeStamp |
| 336 | Bundle::GetLastModified() const |
| 337 | { |
| 338 | if (!d) |
| 339 | { |
| 340 | throw std::invalid_argument("invalid bundle"); |
| 341 | } |
| 342 | |
| 343 | return d->barchive ? d->barchive->GetLastModified() : d->timeStamp; |
| 344 | } |
| 345 | |
| 346 | void* |
| 347 | Bundle::GetSymbol(void* handle, std::string const& symname) const |