libstore: make Worker::waitForInput private

Change-Id: I71a42acd5a4a9a18b55cf754cdf9896614134398
This commit is contained in:
eldritch horrors 2024-08-02 17:00:58 +02:00
parent ba85e501ce
commit a957219df2

View file

@ -148,6 +148,11 @@ private:
*/
void wakeUp(GoalPtr goal);
/**
* Wait for input to become available.
*/
void waitForInput();
public:
const Activity act;
@ -252,11 +257,6 @@ public:
*/
void run(const Goals & topGoals);
/**
* Wait for input to become available.
*/
void waitForInput();
/***
* The exit status in case of failure.
*