Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added comments to describe functions in vcard/vcard34conv.cpp
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Tue, 15 Mar 2016 20:18:01 +0000 (20:18 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Tue, 15 Mar 2016 20:18:01 +0000 (20:18 +0000)
source/vcard/vcard34conv.cpp

index 4cccfa3..9137a58 100644 (file)
@@ -33,6 +33,8 @@
 // RFC 6350 specification.
 
 vCard34Conv::vCard34Conv(){
+
+       // Setup the vCard34Conv object.
        
        vCardBegin = FALSE;
        vCardEnd = FALSE;
@@ -50,6 +52,8 @@ void vCard34Conv::ConvertV4PropertyProc(wxString *wxSPropertyName,
        std::map<wxString,bool> *PropertyLockMap,
        bool ProcessItemData, bool *VCardV3Value, bool *XVCardV4Value){
 
+       // Convert and format data to vCard 4.0 specifications.
+               
        wxString wxSProperty;
        wxString wxSPropertySeg1Chopped;
        size_t intPropertyLen;
@@ -5953,7 +5957,9 @@ void vCard34Conv::ConvertV4PropertyProc(wxString *wxSPropertyName,
 
 void vCard34Conv::ProcessCaptureStringsProc(wxString *strCapture){
 
-    CaptureString(strCapture, FALSE);
+       // Process code for capturing the strings.
+       
+       CaptureString(strCapture, FALSE);
 
 }
 
@@ -5962,6 +5968,8 @@ void vCard34Conv::SplitValues(wxString *PropertyLine,
        std::map<int,int> *SplitLength, 
        int intSize){
        
+       // Split the values as required.
+               
        size_t intPropertyLen = PropertyLine->Len();
        int intSplitsFound = 0;
        int intSplitSize = 0;
@@ -6014,6 +6022,9 @@ void vCard34Conv::SplitValuesData(wxString *PropertyLine,
        int intSize,
        std::map<wxString,wxString> *SplitData){
        
+               
+       // Split the data values as required.
+               
        wxString DataStr;
        wxStringTokenizer PropertyElement;
        wxString PropertyName;
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy