Smart Urban Manager
SUM (Smart Urban Manager) is a smart street project that aims to develop a huge data hub and communications center for all kind of street maintenance that will facilitate new innovation across the industry leading to cost reductions and new revenue opportunities.
Sent_Mail.h
Go to the documentation of this file.
1 
6 #ifndef _SENT_MAIL_H
7 #define _SENT_MAIL_H
8 
9 class Sent_Mail {
10 private:
11  date & time date_time;
12  string message;
13  string objet;
14  Citoyen receiver;
15  Employe sender;
16 };
17 
18 #endif //_SENT_MAIL_H
Definition: Employe.h:9
Definition: Sent_Mail.h:9