CInteractionStructureView::~CInteractionStructureView(void) {
    SetReportCtrl(NULL);
    SAFE_DELETE(m_areEx);
    SAFE_DELETE(m_areElement);
    SAFE_DELETE(m_pAnswers);
    SAFE_DELETE(m_pButtons);
    SAFE_DELETE(m_pFeedback);
    SAFE_DELETE(m_pStatusDisplay);
    SAFE_DELETE(m_pMisc);
    SAFE_DELETE(m_areObjects);
}
Example #2
0
CSimpleReportView::CSimpleReportView()
{
	SetReportCtrl(new CSimpleReport());
}