renamed recevier to serverConnection

git-svn-id: svn://elaine/murooma/trunk@235 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-06 08:37:22 +00:00
parent 670f8e44ca
commit 18f3c5178f
4 changed files with 50 additions and 30 deletions

View file

@ -14,7 +14,7 @@
#include "common/log.h"
#include "stream.h"
#include "player.h"
#include "receiver.h"
#include "serverConnection.h"
@ -65,8 +65,8 @@ int main (int argc, char *argv[])
Player player(stream);
player.start();
Receiver receiver(stream);
receiver.start(ip, port);
ServerConnection serverConnection(stream);
serverConnection.start(&serverConnection, ip, port);
while(true)
usleep(1000);