25 Gaudi::PluginService::Details::Registry ® =
26 Gaudi::PluginService::Details::Registry::instance();
27 typedef Gaudi::PluginService::Details::Registry::KeyType key_type;
41 for (
int i = 1;
i <
argc; ++
i) {
43 if (dlopen(argv[
i], RTLD_LAZY | RTLD_LOCAL)) {
47 for (f = factories.
begin(); f != factories.
end(); ++f) {
48 if (loaded.
find(*f) == loaded.
end())
55 <<
"' already found in " << loaded[*f]