javauis/nokiauiapi_qt/src/CSoftNotification.cpp
changeset 87 1627c337e51e
parent 78 71ad690e91f5
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
   110             }
   110             }
   111         foundEntries.clear();
   111         foundEntries.clear();
   112         }
   112         }
   113     catch (JavaStorageException& ex)
   113     catch (JavaStorageException& ex)
   114         {
   114         {
   115         LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %s", ex.toString());
   115         LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %S", ex.toString().c_str());
   116         }
   116         }
   117     
   117     
   118     if(!iIsNoteExist && iNotificationId == 0)
   118     if(!iIsNoteExist && iNotificationId == 0)
   119         {
   119         {
   120         iNotificationId = maxValue + 1;
   120         iNotificationId = maxValue + 1;
   467         newEntries.clear();
   467         newEntries.clear();
   468         matchEntries.clear();
   468         matchEntries.clear();
   469         }
   469         }
   470     catch (JavaStorageException& ex)
   470     catch (JavaStorageException& ex)
   471         {
   471         {
   472         LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %s", ex.toString());
   472         LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %S", ex.toString().c_str());
   473         }
   473         }
   474     }
   474     }