Changeset 6708 for code/branches/ppspickups2/src/modules/pickup/Pickup.cc
- Timestamp:
- Apr 13, 2010, 9:07:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups2/src/modules/pickup/Pickup.cc
r6641 r6708 250 250 return false; 251 251 } 252 this->durationTimer_.setTimer(durationTime, false, createExecutor(createFunctor(&Pickup:: PickupTimerCallBack, this)));252 this->durationTimer_.setTimer(durationTime, false, createExecutor(createFunctor(&Pickup::pickupTimerCallback, this))); 253 253 return true; 254 254 }
Note: See TracChangeset
for help on using the changeset viewer.