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

This commit is contained in:
2017-04-20 14:39:40 +00:00
parent 706b30cb91
commit 395273dfe6
2 changed files with 12 additions and 9 deletions

View File

@@ -457,13 +457,13 @@ PITimer::PITimer(TimerEvent slot, void * data, PITimer::TimerImplementation ti):
}
PITimer::PITimer(const PITimer & other): PIObject() {
piMonitor.timers++;
imp_mode = other.imp_mode;
initFirst();
data_t = other.data_t;
ret_func = other.ret_func;
}
//PITimer::PITimer(const PITimer & other): PIObject() {
// piMonitor.timers++;
// imp_mode = other.imp_mode;
// initFirst();
// data_t = other.data_t;
// ret_func = other.ret_func;
//}
PITimer::~PITimer() {