incRef method

void incRef()

Implementation

void incRef() {
  _refCnt++;
}