javacommons/security/src/utils/storagehandler.cpp
changeset 69 773449708c84
parent 23 98ccebc37403
child 66 2455ef1f5bbc
equal deleted inserted replaced
61:bf7ee68962da 69:773449708c84
   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 }