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