javacommons/security/src/utils/storagehandler.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 71 d5e927d5853b
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
   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 }