|
|
|
@ -13,8 +13,8 @@ namespace reseau{
|
|
|
|
|
bool ajouterContact(const reseau::Personne& unContact);
|
|
|
|
|
bool supprimerContact(const reseau::Personne& unContact);
|
|
|
|
|
bool rechercher(const Personne& unContact);
|
|
|
|
|
// void envoyerMessage(std::string texte, reseau::Personne p);
|
|
|
|
|
// void recevoirMessage(std::string texte, reseau::Personne p);
|
|
|
|
|
void afficherContactDirect();
|
|
|
|
|
void afficherContactIndirect();
|
|
|
|
|
// ~Contact();
|
|
|
|
|
};
|
|
|
|
|
std::ostream& operator<<(std::ostream& os, reseau::Personne p);
|
|
|
|
|