persistentstorage/sql/SRC/Server/SqlBur.cpp
branchRCL_3
changeset 56 839ea9debada
parent 45 cc28652e0254
equal deleted inserted replaced
50:8dc8494f1e0e 56:839ea9debada
   622 							}
   622 							}
   623 						
   623 						
   624 						// if we got here, we have a backup of the original database in .db.bak
   624 						// if we got here, we have a backup of the original database in .db.bak
   625 						// and the new database in .db
   625 						// and the new database in .db
   626 						}//end of for(...)
   626 						}//end of for(...)
       
   627 
   627 					__SQLLEAVE_IF_ERROR(err2);
   628 					__SQLLEAVE_IF_ERROR(err2);
   628 					
   629 
   629 					// clean up dir
   630 					// clean up dir
   630 					//delete dir;
   631 					//delete dir;
   631 					CleanupStack::PopAndDestroy(dir);
   632 					CleanupStack::PopAndDestroy(dir);
   632 					dir=NULL;
   633 					dir=NULL;
   633 					
   634