javamanager/javabackup/midp2backup/src.s60/javastoragebackuputil.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
   763             js->remove(PUSH_REGISTRATIONS_TABLE, emptyEntry);
   763             js->remove(PUSH_REGISTRATIONS_TABLE, emptyEntry);
   764             js->remove(ALARM_REGISTRATIONS_TABLE, emptyEntry);
   764             js->remove(ALARM_REGISTRATIONS_TABLE, emptyEntry);
   765             js->remove(RUNTIME_SETTINGS_TABLE, emptyEntry);
   765             js->remove(RUNTIME_SETTINGS_TABLE, emptyEntry);
   766             js->remove(PREINSTALL_TABLE, emptyEntry);
   766             js->remove(PREINSTALL_TABLE, emptyEntry);
   767 
   767 
   768             ELOG(EBackup, "Data removed successfully from table");
   768             ILOG(EBackup, "Data removed successfully from table");
   769         }
   769         }
   770         catch (JavaStorageException jse)
   770         catch (JavaStorageException jse)
   771         {
   771         {
   772             ELOG1(EBackup, "Failed during removal of entries from table: %S", jse.toString().c_str());
   772             ELOG1(EBackup, "Failed during removal of entries from table: %S", jse.toString().c_str());
   773             js->close();
   773             js->close();