| 3689 | } |
| 3690 | |
| 3691 | bool WizDatabase::isAttachmentDownloaded(const CString& strGUID) |
| 3692 | { |
| 3693 | return WizIndex::isObjectDataDownloaded(strGUID, "attachment"); |
| 3694 | } |
| 3695 | |
| 3696 | bool WizDatabase::getAllObjectsNeedToBeDownloaded(CWizObjectDataArray& arrayData, int nTimeLine) |
| 3697 | { |
no outgoing calls
no test coverage detected