- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
if (nil != theOperation)
{
[self.operations addObject:theOperation];
[[NetworkManager sharedManager] addCPUOperation:theOperation
finishedTarget:self action:@selector(processRepeatingEventOperationDidFinish:)];
[theOperation release];
if (nil == self.resultReportTimer)
{
self.resultReportTimer = [NSTimer scheduledTimerWithTimeInterval:0.27f
target:self selector:@selector(reportResults:) userInfo:nil repeats:YES];
}
}
clockworkman 08.05.2013 15:36 # 0