FilenameFinal = GetAccountDir(wxSContactAccount, FALSE);
#if defined(__HAIKU__)
-
- //preffilename = wxT("noo");
-
+
#elif defined(__WIN32__)
FilenameFinal = GetAccountDir(wxSContactAccount, FALSE);
for (std::map<int,wxString>::iterator iter = ContactEditorData.GeneralEmailList.begin();
iter != ContactEditorData.GeneralEmailList.end(); ++iter){
- //strValue3 = ContactData.Convert(GeneralAddressList, FALSE);
- //strValue2 =
-
wxString strAddressFinalValue;
std::map<int, wxString>::iterator iterValue;
for (std::map<int,wxString>::iterator iter = ContactEditorData.HomeEmailList.begin();
iter != ContactEditorData.HomeEmailList.end(); ++iter){
- //strValue3 = ContactData.Convert(GeneralAddressList, FALSE);
- //strValue2 =
-
ProcessSaveData(wxT("EMAIL;TYPE=home"), &strValue2, &boolValue2, &boolValue,
&iter, &ContactEditorData.HomeEmailList, &ContactData,
wxT("ALTID"), &ContactEditorData.HomeEmailListAltID,
for (std::map<int,wxString>::iterator iter = ContactEditorData.BusinessEmailList.begin();
iter != ContactEditorData.BusinessEmailList.end(); ++iter){
- //strValue3 = ContactData.Convert(GeneralAddressList, FALSE);
- //strValue2 =
-
ProcessSaveData(wxT("EMAIL;TYPE=work"), &strValue2, &boolValue2, &boolValue,
&iter, &ContactEditorData.BusinessEmailList, &ContactData,
wxT("ALTID"), &ContactEditorData.BusinessEmailListAltID,
std::map<int, wxString>::iterator enciter;
striter = ContactEditorData.KeyListDataType.find(intValue2);
- //enciter = KeyListAudioEncType.find(intValue2);
wxString strValueData;
}
- //ContactData.Add(wxT("FN"), cmbDisplayAs->GetValue(), FALSE);
-
// Insert revision (REV) date.
// Get today's date and time.
}
- //DateRev.Append(wx);
- //DateRev.Append(wx);
- //DateRev.Append(wx);
DateRev.Append(wxT("T"));
// Set hour, minute and second.
}
- // DateRev.Append(wx);
- // DateRev.Append(wx);
- // DateRev.Append(wxString DateTimeNow->);
DateRev.Append(wxT("Z"));
ContactData.Add(wxT("UID"), ContactEditorData.UIDToken, FALSE);
wxString PrefDir;
#if defined(__HAIKU__)
-
- //preffilename = wxT("noo");
#elif defined(__APPLE__)
}
wxSDataURL = wxSplitFilename;
- //wxSDataURL.Append(wxSplitFilename);
// Find out if the filename exists in the table.