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

Method setProgressCallback

src/core/imap/MCIMAPSession.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void LoadByChunkProgress::setProgressCallback(IMAPProgressCallback * progressCallback)
73{
74 mProgressCallback = progressCallback;
75}
76
77void LoadByChunkProgress::bodyProgress(IMAPSession * session, unsigned int current, unsigned int maximum)
78{

Calls

no outgoing calls

Tested by

no test coverage detected