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.
ordinaire.h
Go to the documentation of this file.
1 
6 #ifndef _ORDINAIRE_H
7 #define _ORDINAIRE_H
8 
9 #include "Employe.h"
10 
11 
12 class ordinaire: public Employe {
13 };
14 
15 #endif //_ORDINAIRE_H
Definition: Employe.h:9
Definition: ordinaire.h:12