| 292 | } |
| 293 | |
| 294 | std::string |
| 295 | FrameworkPrivate::GetLocation() const |
| 296 | { |
| 297 | // OSGi Core release 6, section 4.6: |
| 298 | // The system bundle GetLocation method returns the string: "System Bundle" |
| 299 | return std::string("System Bundle"); |
| 300 | } |
| 301 | |
| 302 | AnyMap const& |
| 303 | FrameworkPrivate::GetHeaders() const |
nothing calls this directly
no outgoing calls
no test coverage detected