1 2 3 4 5 6 7 8 9 10 11 12
#include "wb.h" #include "instrDTO.h" #include "logger.h" #include "response.h" static Logger *global_log = Logger::getInstance(); Response WB::advance(InstrDTO &i) { global_log->log(INFO, "hello from write back!"); return OK; }