git-svn-id: svn://db.shs.com.ru/pip@254 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2016-09-06 05:29:56 +00:00
parent f5e90f7a0f
commit 73cc277f23
4 changed files with 91 additions and 157 deletions

View File

@@ -150,7 +150,6 @@ PIPeer::PIPeer(const PIString & n): PIIODevice() {
no_timer = false;
// initNetwork();
sync_timer.addDelimiter(5);
sync_timer.start(1000);
}
@@ -846,6 +845,7 @@ void PIPeer::reinit() {
// timer.addDelimiter(5);
// timer.start(1000);
no_timer = false;
if (!sync_timer.isRunning()) sync_timer.start(1000);
}