rcsymbiandefines.cpp 233 B

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