#include "defines.h" #include "maemo5defines.h" bool operator==(const GeneratorPhase & left, Maemo5GeneratorPhase right) { return static_cast<int>(left.m_phase) == static_cast<int>(right); }