javacommons/javastorage/src/server/storagedbhandler.cpp
changeset 78 71ad690e91f5
parent 21 2a9601315dfc
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
   372         executeStandalone(MIDP_FUNC_GRP_SETTINGS);
   372         executeStandalone(MIDP_FUNC_GRP_SETTINGS);
   373         executeStandalone(PUSH_REGISTRATIONS);
   373         executeStandalone(PUSH_REGISTRATIONS);
   374         executeStandalone(ALARM_REGISTRATIONS);
   374         executeStandalone(ALARM_REGISTRATIONS);
   375         executeStandalone(RUNTIME_SETTINGS);
   375         executeStandalone(RUNTIME_SETTINGS);
   376         executeStandalone(PREINSTALL);
   376         executeStandalone(PREINSTALL);
       
   377         executeStandalone(JAVA_SOFTNOTE);
   377     }
   378     }
   378     else if (JAVA_OTA_DATABASE_NAME == aDbName)
   379     else if (JAVA_OTA_DATABASE_NAME == aDbName)
   379     {
   380     {
   380         // Create OTA database table.
   381         // Create OTA database table.
   381         executeStandalone(OTA_STATUS);
   382         executeStandalone(OTA_STATUS);