ErrorSimulator.cpp 204 B

12345678910
  1. #include "ErrorSimulator.hpp"
  2. #ifdef ERROR_SIMULATOR
  3. bool Core::Fail::realloc = false;
  4. bool Core::Fail::fileClose = false;
  5. bool Core::Fail::timeGet = false;
  6. int Core::Fail::leftAllocations = -1;
  7. #endif