Refractoring code and adding memory management
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
#include"Cryption.h"
|
||||
|
||||
Cryption::Cryption()
|
||||
{ }
|
||||
|
||||
Cryption::~Cryption()
|
||||
{ }
|
||||
|
||||
Cryption::Cryption(const std::string& message)
|
||||
{ this->message = message; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user