MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / QueueQuote

Method QueueQuote

src/QueueOperation.cpp:735–739  ·  view source on GitHub ↗

Requires SSL client wrapper

Source from the content-addressed store, hash-verified

733
734//Requires SSL client wrapper
735QueueQuote::QueueQuote(HWND hNotify, const char * quote, int notifyCode, void * notifyData) :
736 QueueOperation(QueueTypeQuote, hNotify, notifyCode, notifyData)
737{
738 m_quote = SU::strdup(quote);
739}
740
741QueueQuote::~QueueQuote() {
742 SU::free(m_quote);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected