@@ -40,11 +40,10 @@ class Customer {
|
||||
string password;
|
||||
Vehicle_type vehicle;
|
||||
string telephone;
|
||||
string address;
|
||||
int role;
|
||||
Customer(string name_, string password_, Vehicle_type vehicle_, string telephone_, int role_, string address_);
|
||||
Customer(string name_, string password_, Vehicle_type vehicle_, string telephone_, int role);
|
||||
Customer(int id_, string name_, string password_, Vehicle_type vehicle_,
|
||||
vector<Park_time> instances, string telephone_, int role_, string address_);
|
||||
vector<Park_time> instances, string telephone_);
|
||||
void clock_in(int s_id);
|
||||
void clock_out(int s_id);
|
||||
bool parked();
|
||||
|
Reference in New Issue
Block a user