git-svn-id: svn://db.shs.com.ru/pip@458 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user