MainObjectArrayPtr::MainObjectArrayPtr(QuantumFile *p_QuantumFile) { m_MOA = new MainObjectArray(p_QuantumFile); m_MOA->m_ReferenceCount = 1; }