@ -1,7 +1,7 @@
#ifndef PERSONNE_hpp
#define PERSONNE_hpp
namespace reseau {
class Personne {
const std::string nom ;
const std::string prenom ;
@ -15,6 +15,7 @@ public:
void setNumTel(const std::string& numTel);
// ~Personne();
};
}
#endif