commenting my code

This commit is contained in:
TinyAtoms
2019-06-20 08:08:02 -03:00
parent e2c23647a5
commit 7840f791bb
6 changed files with 51 additions and 6 deletions

View File

@ -6,6 +6,7 @@ Park_spot::Park_spot(int id_){
taken = false;
}
// clock in en out, calls de juist(in/out) van de customer aan de hand van internal state van taken
void Park_spot::clock(Customer* c_customer){
if (!taken){
parked = c_customer;