player/Control: make several methods private
This commit is contained in:
parent
287cff40b9
commit
0d971963fd
@ -246,6 +246,7 @@ public:
|
|||||||
thread.Start();
|
thread.Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
/**
|
/**
|
||||||
* Signals the object. The object should be locked prior to
|
* Signals the object. The object should be locked prior to
|
||||||
* calling this function.
|
* calling this function.
|
||||||
@ -254,7 +255,6 @@ public:
|
|||||||
cond.signal();
|
cond.signal();
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
|
||||||
/**
|
/**
|
||||||
* Signals the object. The object is temporarily locked by
|
* Signals the object. The object is temporarily locked by
|
||||||
* this function.
|
* this function.
|
||||||
|
Loading…
Reference in New Issue
Block a user