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: ApplicationException.hpp:47
Definition: WareSrcProcess.hpp:51
void setType(Type PT)
Definition: WareSrcProcess.hpp:58
Type
Definition: WareSrcProcess.hpp:56
#define OPENFLUID_API
Definition: dllexport.hpp:86
Type getType() const
Definition: WareSrcProcess.hpp:63