CMvcController::AddRef

ULONG CMvcController::AddRef(void)

Add a reference to this object.

Defined in: MvcController.h

Return Value

New reference count value.

Comments

The CMvcController template does not implement reference counting. This function does nothing and returns 0. Derived classes can implement reference counting by overriding AddRef and Release.