| 952 | } |
| 953 | |
| 954 | bool WizDatabase::setObjectVersion(const QString& strObjectName, |
| 955 | qint64 nVersion) |
| 956 | { |
| 957 | return setMetaInt64("SYNC_INFO", strObjectName, nVersion); |
| 958 | } |
| 959 | |
| 960 | bool WizDatabase::getModifiedDeletedList(CWizDeletedGUIDDataArray& arrayData) |
| 961 | { |
no outgoing calls
no test coverage detected