Changeset 25887 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 18, 2010 11:58:58 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56696
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r25886 r25887 311 311 HRESULT taskThreadCreateBase(Task &task, void *pvdOperationIfaces); 312 312 HRESULT taskThreadCreateDiff(Task &task, void *pvdOperationIfaces, bool fIsAsync); 313 HRESULT taskThreadMerge(Task &task, void *pvdOperationIfaces, bool fIsAsync); 314 HRESULT taskThreadClone(Task &task, void *pvdOperationIfaces); 313 315 314 316 static DECLCALLBACK(int) taskThread(RTTHREAD thread, void *pvUser);
Note:
See TracChangeset
for help on using the changeset viewer.