| 80 | } |
| 81 | |
| 82 | void CTabbedMDIChildModifiedList::FinalRelease() |
| 83 | { |
| 84 | this->Clear(); |
| 85 | |
| 86 | // Don't Release m_parentItem, because |
| 87 | // we only have a weak reference to it |
| 88 | m_parentItem = NULL; |
| 89 | } |
| 90 | |
| 91 | STDMETHODIMP CTabbedMDIChildModifiedList::get_Item(long index, ITabbedMDIChildModifiedItem** item) |
| 92 | { |