phonebook operationnel et coloree
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "Contact.class.hpp"
|
||||
|
||||
Contact::Contact( void ) {
|
||||
this->add_first("NOT DEFINED");
|
||||
this->add_last("NOT DEFINED");
|
||||
this->add_nick("NOT DEFINED");
|
||||
this->add_num("NOT DEFINED");
|
||||
this->add_secret("NOT DEFINED");
|
||||
this->add_first("");
|
||||
this->add_last("");
|
||||
this->add_nick("");
|
||||
this->add_num("");
|
||||
this->add_secret("");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user