41 static std::set<Utf8String> _packages;
82 std::set<Utf8String>::iterator it = pkgs.find(packagename);
Dummy implementation of a mutex.
static std::set< Utf8String > & packages()
void log_print(const char *text,...)
static Utf8String find(Utf8String packagename)
Find a package in the list.
Helper class used to implicitly acquire and release a mutex within a method scope.
void utf_display_printable_ascii(Utf8String u)
static const std::set< Utf8String > & packages()
static void add(Utf8String packagename)
Add a package to the boot-package list.