From: Steve Brokenshire Date: Fri, 11 Mar 2016 16:41:15 +0000 (+0000) Subject: Added comments to describe functions in common/getcontactinfo.cpp X-Git-Tag: release-0.11~154 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=0582b19ca5c34f88213d7df39e184b095b4abb5e;p=xestiaab%2F.git Added comments to describe functions in common/getcontactinfo.cpp --- diff --git a/source/common/getcontactinfo.cpp b/source/common/getcontactinfo.cpp index dfd357f..29e0506 100644 --- a/source/common/getcontactinfo.cpp +++ b/source/common/getcontactinfo.cpp @@ -36,6 +36,8 @@ void LoadContactData(vCard *vCardObj, wxHtmlWindow *HTMLObj, wxString SID, wxString OldSID, std::map *MemoryFSList){ + // Load the vCard contact data into the wxHTMLWindow given. + // Show message to user that the contact information is loading. HTMLObj->SetBorders(0); @@ -1657,6 +1659,8 @@ void SplitPropertyData(wxString *PropertyLine, int intSize, std::map *SplitData){ + // Split the property data into SplitData. + wxString DataStr; wxStringTokenizer PropertyElement; wxString PropertyName;