Bugfixing ILockDriver (forgot isLocked)
This commit is contained in:
parent
a57e6cfa1b
commit
130893673c
|
@ -35,7 +35,4 @@ interface ILockDriver
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function releaseAll();
|
public function releaseAll();
|
||||||
|
|
||||||
|
|
||||||
public function isLocked();
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue