javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtinstancecounts.cpp
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    59     CheckLeak(iTableColumn);
    59     CheckLeak(iTableColumn);
    60     CheckLeak(iTableItem);
    60     CheckLeak(iTableItem);
    61     CheckLeak(iTreeItem);
    61     CheckLeak(iTreeItem);
    62 
    62 
    63     // Controls deserve a special treatment as we don't know precisely which has been disposed
    63     // Controls deserve a special treatment as we don't know precisely which has been disposed
    64     const TInt ctrlSum = iButton         + iCanvas            + iCaptionedControl  + iCombo
    64     const TInt ctrlSum =   iButton         + iCanvas            + iCaptionedControl  + iCombo
    65                          + iComposite      + iConstrainedText   + iDateEditor        + iDecorations
    65                            + iComposite      + iConstrainedText   + iDateEditor        + iDecorations
    66                          + iHyperLink      + iLabel             + iList              + iListBox
    66                            + iHyperLink      + iLabel             + iList              + iListBox
    67                          + iListView       + iMultiPagePager    + iMultiPageTabGroup + iMultiPageDialog
    67                            + iListView       + iMultiPagePager    + iMultiPageTabGroup + iMultiPageDialog
    68                          + iProgressBar    + iShell             + iSlider            + iSortedList
    68                            + iProgressBar    + iShell             + iSlider            + iSortedList
    69                          + iText           + iTextExtension     + iTable             + iTree
    69                            + iText           + iTextExtension     + iTable             + iTree
    70                          + iBrowser        + iMobileShell       + iDCControl;
    70                            + iBrowser        + iMobileShell       + iDCControl         + iLink;
    71     CheckLeak(iDisposedControls, ctrlSum);
    71     CheckLeak(iDisposedControls, ctrlSum);
    72 }
    72 }
    73 
    73 
    74 
    74 
    75 #endif // defined(__WINS__) && defined(_DEBUG)
    75 #endif // defined(__WINS__) && defined(_DEBUG)