39 #ifndef __OPENFLUID_WARESDEV_WARESRCPROCESS_HPP__ 40 #define __OPENFLUID_WARESDEV_WARESRCPROCESS_HPP__ 48 namespace openfluid {
namespace waresdev {
56 enum class Type { NONE, CONFIGURE, BUILD};
71 Type m_Type = Type::NONE;
Definition: WareSrcProcess.hpp:51
void setType(Type PT)
Definition: WareSrcProcess.hpp:58
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: ApplicationException.hpp:47
Type getType() const
Definition: WareSrcProcess.hpp:63
Type
Definition: WareSrcProcess.hpp:56