25 #ifndef WREQUIREMENT_H
26 #define WREQUIREMENT_H
68 #endif // WREQUIREMENT_H
virtual ~WRequirement()
Destructor.
virtual std::string getDescription() const =0
Return a nice description of the requirement.
virtual bool isComplied() const =0
Checks if the requirement is fulfilled on the system.
Base class for all possible kinds of requirements.
WRequirement()
Default constructor.