- 時間撮記:
- 2015-3-2 下午08:05:15 (10 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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"));
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器