timme functs, not incorporated yet
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Park_spot.h"
|
||||
using std::pair;
|
||||
|
||||
/*these are the functions that search the database and create objects from it.
|
||||
|
||||
@@ -65,4 +66,7 @@ void reports_from_parkspot(int spotid, bool weekly = false);
|
||||
void reports_from_allparkspots(bool weekly = false);
|
||||
|
||||
void current_status_parkspots(vector<Park_spot>& spots);
|
||||
|
||||
pair<int, int> create_month_period(int month, int year) ;
|
||||
pair<int, int> create_week_period(int day, int month, int year);
|
||||
#endif // CUSTOMER_H
|
||||
|
Reference in New Issue
Block a user