plugin.cc
Go to the documentation of this file.
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 


typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Thu Jan 2 2014 11:38:41