mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-30 01:16:16 +02:00
Rename MessageReceiver to StreamMessageReceiver
This commit is contained in:
parent
d52015ff09
commit
af93719490
16 changed files with 37 additions and 40 deletions
|
@ -39,7 +39,7 @@ namespace net = boost::asio; // from <boost/asio.hpp>
|
|||
class ControlSessionWebsocket : public ControlSession
|
||||
{
|
||||
public:
|
||||
/// ctor. Received message from the client are passed to MessageReceiver
|
||||
/// ctor. Received message from the client are passed to ControlMessageReceiver
|
||||
ControlSessionWebsocket(ControlMessageReceiver* receiver, boost::asio::io_context& ioc, websocket::stream<beast::tcp_stream>&& socket);
|
||||
~ControlSessionWebsocket() override;
|
||||
void start() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue