mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-15 10:06:43 +02:00
streamClient
git-svn-id: svn://elaine/murooma/trunk@254 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
25f7f3060d
commit
f7cf7a2537
5 changed files with 66 additions and 11 deletions
16
client/streamClient.cpp
Normal file
16
client/streamClient.cpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
#include "streamClient.h"
|
||||
|
||||
|
||||
StreamClient::StreamClient(MessageReceiver* _receiver, const std::string& _ip, size_t _port) : ClientConnection(_receiver, _ip, _port)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
StreamClient::~StreamClient()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue