branch | RCL_3 |
changeset 53 | 29d87345eaeb |
parent 50 | 85f623e1ef41 |
child 63 | e538444823de |
--- a/metadataengine/server/inc/mdssqldbmaintenance.h Wed Sep 01 12:24:24 2010 +0100 +++ b/metadataengine/server/inc/mdssqldbmaintenance.h Tue Sep 14 22:10:25 2010 +0300 @@ -55,6 +55,11 @@ * Drops and re-creates tables */ void CreateDatabaseL(); + + /** + * Does quick check to the existing database to detect obvious corruption + */ + TBool CheckForCorruptionL(); }; #endif // __MDSSQLDBMAINTENANCE_H__