forked from lix-project/lix
libstore: make Worker::waitForInput private
Change-Id: I71a42acd5a4a9a18b55cf754cdf9896614134398
This commit is contained in:
parent
ba85e501ce
commit
a957219df2
|
@ -148,6 +148,11 @@ private:
|
||||||
*/
|
*/
|
||||||
void wakeUp(GoalPtr goal);
|
void wakeUp(GoalPtr goal);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Wait for input to become available.
|
||||||
|
*/
|
||||||
|
void waitForInput();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
const Activity act;
|
const Activity act;
|
||||||
|
@ -252,11 +257,6 @@ public:
|
||||||
*/
|
*/
|
||||||
void run(const Goals & topGoals);
|
void run(const Goals & topGoals);
|
||||||
|
|
||||||
/**
|
|
||||||
* Wait for input to become available.
|
|
||||||
*/
|
|
||||||
void waitForInput();
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* The exit status in case of failure.
|
* The exit status in case of failure.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue