acquire method

void acquire()

Implementation

void acquire() {
  refCount++;
}