blob: 9337aa0c2a92de65b6316f28f2d4ccdef7178bdd (
plain)
1
2
3
4
5
6
7
8
9
|
#include "wb.h"
#include "accessor.h"
#include "instrDTO.h"
#include "response.h"
#include "stage.h"
WB::WB(Stage *stage) : Stage(stage) { this->id = WRITE; }
void WB::advance_helper() {}
|