| 211 | } |
| 212 | |
| 213 | POPOperation * POPAsyncSession::checkAccountOperation() |
| 214 | { |
| 215 | POPCheckAccountOperation * op = new POPCheckAccountOperation(); |
| 216 | op->setSession(this); |
| 217 | op->autorelease(); |
| 218 | return op; |
| 219 | } |
| 220 | |
| 221 | POPOperation * POPAsyncSession::noopOperation() |
| 222 | { |
no test coverage detected