mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
Rename MessageReceiver to StreamMessageReceiver
This commit is contained in:
parent
d52015ff09
commit
af93719490
16 changed files with 37 additions and 40 deletions
|
@ -31,7 +31,7 @@
|
|||
class ControlSessionTcp : public ControlSession
|
||||
{
|
||||
public:
|
||||
/// ctor. Received message from the client are passed to MessageReceiver
|
||||
/// ctor. Received message from the client are passed to ControlMessageReceiver
|
||||
ControlSessionTcp(ControlMessageReceiver* receiver, boost::asio::io_context& ioc, tcp::socket&& socket);
|
||||
~ControlSessionTcp() override;
|
||||
void start() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue