diff --git a/a8/websocketclient.h b/a8/websocketclient.h index 97c2fca..98eaf13 100644 --- a/a8/websocketclient.h +++ b/a8/websocketclient.h @@ -36,6 +36,7 @@ namespace a8 void ProcessWsHandShake(char* buf, int& offset, unsigned int buflen); void ProcessUserPacket(); void DecodeFrame(char* buf, int& offset, unsigned int buflen); + private: std::shared_ptr tcp_client_; char *decoded_buff_ = nullptr;