changeset 48 | 1389872e7c51 |
parent 0 | c53acadfccc6 |
child 50 | 85f623e1ef41 |
--- a/metadataengine/server/inc/mdssqldbmaintenance.h Fri Aug 06 09:56:02 2010 +0300 +++ b/metadataengine/server/inc/mdssqldbmaintenance.h Mon Aug 23 13:33:21 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__