MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / GetLocation

Method GetLocation

framework/src/util/FrameworkPrivate.cpp:294–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected