From 0582b19ca5c34f88213d7df39e184b095b4abb5e Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Fri, 11 Mar 2016 16:41:15 +0000 Subject: [PATCH] Added comments to describe functions in common/getcontactinfo.cpp --- source/common/getcontactinfo.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.2