Searched refs:WorkingLooper (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/softwareupdater/
H A DWorkingLooper.h22 class WorkingLooper : public BLooper { class in inherits:BLooper
24 WorkingLooper(update_type action, bool verbose);
25 ~WorkingLooper();
H A DWorkingLooper.cpp10 #include "WorkingLooper.h"
13 WorkingLooper::WorkingLooper(update_type action, bool verbose) function in class:WorkingLooper
15 BLooper("WorkingLooper"),
26 WorkingLooper::~WorkingLooper()
34 WorkingLooper::MessageReceived(BMessage* message)
H A DSoftwareUpdaterApp.h15 #include "WorkingLooper.h"
28 WorkingLooper* fWorker;
H A DSoftwareUpdaterApp.cpp86 fWorker = new WorkingLooper(fActionRequested, fVerbose);

Completed in 27 milliseconds