Searched refs:HandleNotificationAlways (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGuiEvents.h413 void HandleNotificationAlways(const CMuleNotiferBase& ntf);
416 HandleNotificationAlways(CMuleNotifier0(func));
420 HandleNotificationAlways(CMuleNotifier1<A1A>(func, arg1));
424 HandleNotificationAlways(CMuleNotifier2<A1A, A2A>(func, arg1, arg2));
428 HandleNotificationAlways(CMuleNotifier3<A1A, A2A, A3A>(func, arg1, arg2, arg3));
H A DGuiEvents.cpp85 void HandleNotificationAlways(const CMuleNotiferBase& ntf) function in namespace:MuleNotify

Completed in 31 milliseconds