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