equal
deleted
inserted
replaced
742 // If this view is ready and there was no error. |
742 // If this view is ready and there was no error. |
743 // Build filtered view first using the internal interface |
743 // Build filtered view first using the internal interface |
744 aObserver.ContactViewReadyForFiltering( *this ); |
744 aObserver.ContactViewReadyForFiltering( *this ); |
745 // Then let the filtered view to send event to its external |
745 // Then let the filtered view to send event to its external |
746 // observers. |
746 // observers. |
747 aObserver.ContactViewReady( *this ); |
747 // aObserver.ContactViewReady( *this ); // removed to function CFindViewBase::ContactViewReadyForFiltering(...) |
748 } |
748 } |
749 else if (!iViewReady && !iParentStore.IsOpened()) |
749 else if (!iViewReady && !iParentStore.IsOpened()) |
750 { |
750 { |
751 aObserver.ContactViewUnavailableForFiltering( *this ); |
751 aObserver.ContactViewUnavailableForFiltering( *this ); |
752 aObserver.ContactViewUnavailable( *this ); |
752 aObserver.ContactViewUnavailable( *this ); |