acquire method

void acquire()
inherited

Implementation

void acquire() {
  refCount++;
}