libstore: make Worker::waitForInput private
Change-Id: I71a42acd5a4a9a18b55cf754cdf9896614134398
This commit is contained in:
parent
ba85e501ce
commit
a957219df2
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue