emailuis/nmframeworkadapter/inc/nmmailboxsearchobserver.h
changeset 27 9ba4404ef423
parent 23 2dc6caa42ec3
equal deleted inserted replaced
23:2dc6caa42ec3 27:9ba4404ef423
    45     void ClientRequiredSearchPriority(TInt *apRequiredSearchPriority); 
    45     void ClientRequiredSearchPriority(TInt *apRequiredSearchPriority); 
    46     
    46     
    47     
    47     
    48 signals:
    48 signals:
    49 
    49 
    50     void matchFound(const NmId &messageId);
    50     void matchFound(const NmId &messageId, const NmId &folderId);
    51 
    51 
    52     void searchComplete();
    52     void searchComplete();
    53 };
    53 };
    54 
    54 
    55 
    55