| 282 | #endif |
| 283 | |
| 284 | void POPAsyncSession::setOperationQueueCallback(OperationQueueCallback * callback) |
| 285 | { |
| 286 | mOperationQueueCallback = callback; |
| 287 | } |
| 288 | |
| 289 | OperationQueueCallback * POPAsyncSession::operationQueueCallback() |
| 290 | { |
no outgoing calls
no test coverage detected