make proto uses priorityRegister

This commit is contained in:
redpanther
2016-07-16 22:51:31 +02:00
parent 505b83f028
commit a8da7acd14
11 changed files with 69 additions and 37 deletions

View File

@@ -34,7 +34,7 @@ public:
/// @param socket The Socket object for this connection
/// @param hyperion The Hyperion server
///
ProtoClientConnection(QTcpSocket * socket, Hyperion * hyperion);
ProtoClientConnection(QTcpSocket * socket);
///
/// Destructor
@@ -137,4 +137,8 @@ private:
/// The buffer used for reading data from the socket
QByteArray _receiveBuffer;
int _priority;
std::string _priorityChannelName;
};