X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fsearch%2FfrmSearch-result.cpp;h=0b95fd37a124a0ac051867a14bbf36ab54109f5e;hb=ee9b71949005734012f18251774807c38b989ae2;hp=6216af1c0869f40af80dd3fc033419259a07b9f2;hpb=5dc723f34826fbf69af3900e8118ef85c22ad32b;p=xestiaab%2F.git diff --git a/source/search/frmSearch-result.cpp b/source/search/frmSearch-result.cpp index 6216af1..0b95fd3 100644 --- a/source/search/frmSearch-result.cpp +++ b/source/search/frmSearch-result.cpp @@ -22,6 +22,8 @@ void frmSearch::AddResult( wxCommandEvent& event ){ + // Add a search result. + SRNotif *srnotif = (SRNotif*)event.GetClientData(); // Process Data and add to the list of results. @@ -84,6 +86,8 @@ void frmSearch::AddResult( wxCommandEvent& event ){ void frmSearch::UpdateResult( wxCommandEvent& event ){ + // Update a result. + UCNotif *uc = (UCNotif*)event.GetClientData(); long longSelected = -1; @@ -159,6 +163,8 @@ bool frmSearch::CheckDuplicate(wxString Filename, std::map *SRAcc, std::map *SRFN){ + // Check for duplicate search results. + std::map::iterator fniter; // Check comparison code. @@ -183,6 +189,8 @@ bool frmSearch::CheckDuplicate(wxString Filename, void frmSearch::DeleteResult(wxCommandEvent &event){ + // Delete the search result. + UCNotif *uc = (UCNotif*)event.GetClientData(); long longSelected = -1;