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

Method NNTPAsyncSession

src/async/nntp/MCNNTPAsyncSession.cpp:74–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74NNTPAsyncSession::NNTPAsyncSession()
75{
76 mSession = new NNTPSession();
77 mQueue = new OperationQueue();
78 mQueueCallback = new NNTPOperationQueueCallback(this);
79 mQueue->setCallback(mQueueCallback);
80 mConnectionLogger = NULL;
81 pthread_mutex_init(&mConnectionLoggerLock, NULL);
82 mInternalLogger = new NNTPConnectionLogger(this);
83 mSession->setConnectionLogger(mInternalLogger);
84 mOperationQueueCallback = NULL;
85}
86
87NNTPAsyncSession::~NNTPAsyncSession()
88{

Callers

nothing calls this directly

Calls 2

setCallbackMethod · 0.45
setConnectionLoggerMethod · 0.45

Tested by

no test coverage detected