check queue WIP
This commit is contained in:
@@ -53,6 +53,10 @@ void Check::set_operation_type(OperationType t) {
|
||||
this->operation_type = t;
|
||||
}
|
||||
|
||||
void Check::set_total(double total){
|
||||
this->total = total;
|
||||
}
|
||||
|
||||
double Check::get_total() {
|
||||
return total;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user