changed "IP" to "host"

This commit is contained in:
badaix 2015-10-25 13:08:59 +01:00
parent b99cf2f2fc
commit a46b7c6106
6 changed files with 15 additions and 16 deletions

View file

@ -39,7 +39,7 @@ class Controller : public MessageReceiver
{
public:
Controller();
void start(const PcmDevice& pcmDevice, const std::string& ip, size_t port, size_t latency);
void start(const PcmDevice& pcmDevice, const std::string& host, size_t port, size_t latency);
void stop();
/// Implementation of MessageReceiver.