symbiandefines.cpp 225 B

123456789
  1. #include "defines.h"
  2. #include "symbiandefines.h"
  3. bool operator==(const GeneratorPhase & left,
  4. SymbianGeneratorPhase right)
  5. {
  6. return static_cast<int>(left.m_phase) == static_cast<int>(right);
  7. }