parent
932c3600a7
commit
68465eedb8
@ -1,16 +0,0 @@
|
||||
#ifndef PERSONNE_hpp
|
||||
#define PERSONNE_hpp
|
||||
|
||||
namespace reseau {
|
||||
class Personne {
|
||||
std::string prenom;
|
||||
public:
|
||||
Personne(const std::string& prenom);
|
||||
// Personne();
|
||||
const std::string& getPrenom() const;
|
||||
// ~Personne();
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in new issue