25 #ifndef WMODULECONTAINERWRAPPER_H
26 #define WMODULECONTAINERWRAPPER_H
31 #include <boost/shared_ptr.hpp>
34 #include "core/kernel/WModuleContainer.h"
36 #include "WModuleWrapper.h"
88 boost::shared_ptr< WModuleContainer >
m_mc;
91 #endif // WMODULECONTAINERWRAPPER_H
WModuleContainerWrapper()
Constructor.
WModuleWrapper create(std::string const &name)
Creates a module from the prototype with the given name.
~WModuleContainerWrapper()
Destructor.
boost::shared_ptr< WModuleContainer > m_mc
The module container.
Encapsulates a module container.
WModuleWrapper createDataModule(std::string const &filename)
Creates a data module and load the file given via filename.