addRef method

void addRef()

Increase the reference count of the interface.

Implementation

void addRef() {
  _addRef(self);
}