javacommons/security/src/utils/storagehandler.cpp
branchRCL_3
changeset 65 ae942d28ec0e
parent 24 0fd27995241b
child 66 2455ef1f5bbc
equal deleted inserted replaced
60:6c158198356e 65:ae942d28ec0e
   161 {
   161 {
   162     try
   162     try
   163     {
   163     {
   164         aCerts.push_back(JavaCommonUtils::wstringToInt(aValue));
   164         aCerts.push_back(JavaCommonUtils::wstringToInt(aValue));
   165     }
   165     }
   166     catch (ExceptionBase eb)
   166     catch (ExceptionBase& eb)
   167     {
   167     {
   168         WLOG1WSTR(EJavaStorage,
   168         WLOG1WSTR(EJavaStorage,
   169                   "Invalid cert index skipped: %s", aValue);
   169                   "Invalid cert index skipped: %s", aValue);
   170     }
   170     }
   171 }
   171 }