MCPcopy Create free account
hub / github.com/amule-project/amule / HandleNotificationAlways

Function HandleNotificationAlways

src/GuiEvents.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106 void HandleNotificationAlways(const CMuleNotiferBase& ntf)
107 {
108 CMuleGUIEvent evt(ntf.Clone());
109 wxQueueEvent(wxTheApp, (evt).Clone());
110 }
111
112
113 void Search_Add_Download(CSearchFile* file, uint8 category)

Callers 1

DoNotifyAlwaysFunction · 0.70

Calls 1

CloneMethod · 0.45

Tested by

no test coverage detected