Exposing the StreamSockImpl from the WebSocket class.

This commit is contained in:
stephb9959
2022-07-23 07:36:26 -07:00
parent 11c7e3007a
commit b083646d65

View File

@@ -89,7 +89,7 @@ public:
///
/// The default is std::numeric_limits<int>::max().
auto * StreamSocket() { return _pStreamSocketImpl; }
auto * streamSocketImpl() { return _pStreamSocketImpl; }
protected:
enum
{