MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setOperationQueueCallback

Method setOperationQueueCallback

src/async/pop/MCPOPAsyncSession.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282#endif
283
284void POPAsyncSession::setOperationQueueCallback(OperationQueueCallback * callback)
285{
286 mOperationQueueCallback = callback;
287}
288
289OperationQueueCallback * POPAsyncSession::operationQueueCallback()
290{

Calls

no outgoing calls

Tested by

no test coverage detected