unlock method

void unlock(
  1. int index
)

Implementation

void unlock( int index ){
	_lock[index] = false;
}