Changeset 76238 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Dec 14, 2018 4:30:53 PM (6 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r76220 r76238 2402 2402 2403 2403 if (SUCCEEDED(mrc) && wasCreated) 2404 m->pVirtualBox->i_onMediumRegistered(uId, devType, FALSE);2404 pVirtualBox->i_onMediumRegistered(uId, devType, FALSE); 2405 2405 2406 2406 return mrc; -
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r76215 r76238 1915 1915 if (SUCCEEDED(rc)) 1916 1916 mParent->i_onSnapshotTaken(mData->mUuid, task.m_uuidSnapshot); 1917 LogFlowThisFuncLeave();1918 1917 1919 1918 if (SUCCEEDED(rc)) … … 1934 1933 } 1935 1934 } 1935 LogFlowThisFuncLeave(); 1936 1936 } 1937 1937
Note:
See TracChangeset
for help on using the changeset viewer.