Changeset 17652 in vbox
- Timestamp:
- Mar 10, 2009 11:01:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDiskImpl.cpp
r17401 r17652 1453 1453 m.locationFull.raw()); 1454 1454 1455 HRESULT rc = LockWrite (NULL); 1455 HRESULT rc = canClose(); 1456 CheckComRCReturnRC (rc); 1457 1458 rc = LockWrite (NULL); 1456 1459 CheckComRCReturnRC (rc); 1457 1460 … … 3110 3113 * @note Called from this object's AutoMayUninitSpan and from under mVirtualBox 3111 3114 * write lock. 3115 * 3116 * @note Also reused by HardDisk::Reset(). 3112 3117 * 3113 3118 * @note Locks treeLock() for reading.
Note:
See TracChangeset
for help on using the changeset viewer.