27 #define PACKAGE_HPP_ 1
46 static const std::set<Utf8String> &
packages();
52 #endif // VM_PACKAGE_HPP_
Dummy implementation of a mutex.
static Utf8String find(Utf8String packagename)
Find a package in the list.
static const std::set< Utf8String > & packages()
void unlock()
Unlocks the given mutex object and checks for errors.
static void add(Utf8String packagename)
Add a package to the boot-package list.
void lock()
Locks the given mutex object and checks for errors.