Changed private to protected in Server/Client<HTTP/HTTPS> classes, and some cleanup
This commit is contained in:
parent
7fbb74b456
commit
1268c5b6de
4 changed files with 20 additions and 20 deletions
|
|
@ -22,7 +22,7 @@ namespace SimpleWeb {
|
|||
context.load_verify_file(verify_file);
|
||||
}
|
||||
|
||||
private:
|
||||
protected:
|
||||
boost::asio::ssl::context context;
|
||||
|
||||
void accept() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue