diff --git a/src/Contact.hpp b/src/Contact.hpp index 2fc9d29..5eaaf9e 100644 --- a/src/Contact.hpp +++ b/src/Contact.hpp @@ -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);