Changeset 54592 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
- Timestamp:
- Mar 2, 2015 8:05:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r54591 r54592 3400 3400 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 3401 3401 3402 SecretKeyMap:: const_iterator it = m_mapSecretKeys.find(aId);3402 SecretKeyMap::iterator it = m_mapSecretKeys.find(aId); 3403 3403 if (it == m_mapSecretKeys.end()) 3404 3404 return setError(VBOX_E_OBJECT_NOT_FOUND, tr("A password with the given ID does not exist"));
Note:
See TracChangeset
for help on using the changeset viewer.