Home
last modified time | relevance | path

Searched refs:fCancelAlertResponse (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h202 BInvoker fCancelAlertResponse; variable
H A DSoftwareUpdaterWindow.cpp155 fCancelAlertResponse.SetMessage(new BMessage(kMsgCancelResponse)); in SoftwareUpdaterWindow()
156 fCancelAlertResponse.SetTarget(this); in SoftwareUpdaterWindow()
312 alert->Go(&fCancelAlertResponse); in MessageReceived()