00001 #include "containers.hh" 00002 #include <typelib/pluginmanager.hh> 00003 00004 extern "C" void registerPlugins(Typelib::PluginManager& manager) 00005 { 00006 Typelib::Container::registerContainer("/std/vector", Vector::factory); 00007 Typelib::Container::registerContainer("/std/string", String::factory); 00008 } 00009