Пример #1
0
void CWizKbSync::onDownloadDocumentsFullInfoCompleted()
{
    // if no error occured while downloading document full information
    // update document version
    if (!m_bDocumentInfoError && -1 != m_nDocumentMaxVersion) {
        m_db->SetObjectVersion(WIZDOCUMENTDATA::ObjectName(), m_nDocumentMaxVersion);
    }

    startDownloadAttachmentsInfo();
}
Пример #2
0
void CWizSync::onUploadDocumentsCompleted()
{
    startDownloadAttachmentsInfo();
}