// RFC 6350 specification.
vCard34Conv::vCard34Conv(){
+
+ // Setup the vCard34Conv object.
vCardBegin = FALSE;
vCardEnd = FALSE;
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;
void vCard34Conv::ProcessCaptureStringsProc(wxString *strCapture){
- CaptureString(strCapture, FALSE);
+ // Process code for capturing the strings.
+
+ CaptureString(strCapture, FALSE);
}
std::map<int,int> *SplitLength,
int intSize){
+ // Split the values as required.
+
size_t intPropertyLen = PropertyLine->Len();
int intSplitsFound = 0;
int intSplitSize = 0;
int intSize,
std::map<wxString,wxString> *SplitData){
+
+ // Split the data values as required.
+
wxString DataStr;
wxStringTokenizer PropertyElement;
wxString PropertyName;