diff -r a93990e5815e -r 40db28bb26b8 metadataengine/server/inc/mdssqldbmaintenance.h --- a/metadataengine/server/inc/mdssqldbmaintenance.h Wed Aug 18 10:12:07 2010 +0300 +++ b/metadataengine/server/inc/mdssqldbmaintenance.h Thu Sep 02 20:52:02 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__