MainObjectArrayPtr::MainObjectArrayPtr(const MainObjectArrayPtr& p_MOAP) { m_MOA = p_MOAP.m_MOA; m_MOA->m_ReferenceCount++; }