mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
Exposing the StreamSockImpl from the WebSocket class.
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
///
|
||||
/// The default is std::numeric_limits<int>::max().
|
||||
|
||||
auto * StreamSocket() { return _pStreamSocketImpl; }
|
||||
auto * streamSocketImpl() { return _pStreamSocketImpl; }
|
||||
protected:
|
||||
enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user