almost all internals done after i fix segfault
This commit is contained in:
@ -4,11 +4,15 @@
|
||||
|
||||
#include "Park_spot.h"
|
||||
|
||||
#include <exception>
|
||||
#include <array>
|
||||
|
||||
vector<Park_time> query_Parktime_for_customer(int cid);
|
||||
vector<Park_time> query_parktimes_for_customer(int cid);
|
||||
|
||||
vector<Customer> query_customer_with_name(string name);
|
||||
Customer query_customer_with_id(int id);
|
||||
Customer* get_customer_ptr_for_parkspot(int id);
|
||||
|
||||
void query_all_parking_spots(); // used for initializing the parking spots at start of the program
|
||||
|
||||
|
||||
#endif // CUSTOMER_H
|
Reference in New Issue
Block a user