TimerPool fixoutManipulator

git-svn-id: svn://db.shs.com.ru/pip@74 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-04-07 13:40:17 +00:00
parent 0f4e2b5f4c
commit 529b3c615f
3 changed files with 11 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ extern PIScreen screen;
Daemon::Remote::Remote(const PIString & n): PIThread() {
setName(n);
ft.setName(n);
ft.setPacketSize(4000);
CONNECTU(&ft, sendRequest, this, ftSendRequest)
CONNECTU(&ft, receiveFinished, this, ftReceived)
dir_my = PIDir::current();