Changeset 55183 in vbox for trunk/src/VBox
- Timestamp:
- Apr 10, 2015 2:31:02 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99489
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/SecretKeyStore.cpp
r55182 r55183 152 152 int SecretKeyStore::deleteSecretKey(const com::Utf8Str &strKeyId) 153 153 { 154 SecretKeyMap:: const_iterator it = m_mapSecretKeys.find(strKeyId);154 SecretKeyMap::iterator it = m_mapSecretKeys.find(strKeyId); 155 155 if (it == m_mapSecretKeys.end()) 156 156 return VERR_NOT_FOUND;
Note:
See TracChangeset
for help on using the changeset viewer.