7 #ifndef __FWRUNTIME_PROFILE_INITIALIZER_HPP__ 8 #define __FWRUNTIME_PROFILE_INITIALIZER_HPP__ 10 #include "fwRuntime/config.hpp" 11 #include "fwRuntime/Version.hpp" 13 #include <boost/utility.hpp> const std::string m_identifier
the bundle identifier
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...
FWRUNTIME_API Initializer(const std::string &identifier, const Version &version=Version())
Constructor.
void apply()
Applies the initializer on the bundle.
const Version m_version
the bundle version
Holds version information for libraries and bundles.