parent
c014a65a64
commit
932c3600a7
@ -1,18 +0,0 @@
|
||||
#include <iostream>
|
||||
#include "Personne.hpp"
|
||||
|
||||
using namespace std;
|
||||
using namespace reseau;
|
||||
|
||||
Personne::Personne(const std::string& prenom):prenom{prenom}{
|
||||
// cout << "Personne créée " << prenom <<"\n";
|
||||
}
|
||||
|
||||
// Personne::Personne(): numPers{0}{
|
||||
// cout << "Personne créée \n";
|
||||
// }
|
||||
|
||||
const string& Personne::getPrenom() const{
|
||||
return this->prenom;
|
||||
}
|
||||
|
Loading…
Reference in new issue