Changeset 54647 in vbox
- Timestamp:
- Mar 5, 2015 12:49:18 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98794
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r54645 r54647 8815 8815 * signal from the task initiator (which releases it only after 8816 8816 * RTThreadCreate()) that we can start the job. */ 8817 ComObjPtr<Medium> pBase = i_getBase(); 8817 8818 AutoWriteLock thisLock(this COMMA_LOCKVAL_SRC_POS); 8818 8819 … … 8852 8853 Medium::CryptoFilterSettings CryptoSettingsRead; 8853 8854 Medium::CryptoFilterSettings CryptoSettingsWrite; 8854 8855 ComObjPtr<Medium> pBase = i_getBase();8856 8855 8857 8856 uint8_t *pbDek = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.