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