incrNonce method

int incrNonce()

Implementation

int incrNonce() {
  return ++_nonce;
}