emailuis/nmframeworkadapter/inc/nmmailboxsearchobserver.h
changeset 40 2c62ef3caffd
parent 23 2dc6caa42ec3
equal deleted inserted replaced
39:b0b89ca206b5 40:2c62ef3caffd
    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