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

Method noopOperation

src/async/smtp/MCSMTPAsyncSession.cpp:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262SMTPOperation * SMTPAsyncSession::noopOperation()
263{
264 SMTPNoopOperation * op = new SMTPNoopOperation();
265 op->setSession(this);
266 return (SMTPOperation *) op->autorelease();
267}
268
269SMTPOperation * SMTPAsyncSession::disconnectOperation()
270{

Callers

nothing calls this directly

Calls 2

setSessionMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected