Refractoring

This commit is contained in:
amazing-username
2017-06-23 18:01:42 -05:00
parent d82b286ec9
commit 6c1f92ea30
14 changed files with 254 additions and 103 deletions
+4 -1
View File
@@ -4,9 +4,12 @@ Cryption::Cryption(const std::string& message)
{ this->message = message; }
/**
void Cryption::setMessage(const std::string& message)
{ this->message = message; }
*/
/**
std::string Cryption::getMessage() const
{ return message; }
*/