Changed private to protected in Server/Client<HTTP/HTTPS> classes, and some cleanup

This commit is contained in:
eidheim 2016-08-21 10:59:24 +02:00
commit 1268c5b6de
4 changed files with 20 additions and 20 deletions

View file

@ -22,7 +22,7 @@ namespace SimpleWeb {
context.load_verify_file(verify_file);
}
private:
protected:
boost::asio::ssl::context context;
void accept() {