Changeset 67172 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 31, 2017 1:56:11 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r66250 r67172 6087 6087 * @return 6088 6088 * @note The source format is defined by the Medium instance. 6089 * 6090 * @todo The only consumer of this method (Appliance::i_writeFSImpl) is already 6091 * on a worker thread, so perhaps consider bypassing the thread here and 6092 * run in the task synchronously? VBoxSVC has enough threads as it is... 6089 6093 */ 6090 6094 HRESULT Medium::i_exportFile(const char *aFilename, … … 6162 6166 * @return 6163 6167 * @note The destination format is defined by the Medium instance. 6168 * 6169 * @todo The only consumer of this method (Appliance::i_importOneDiskImage) is 6170 * already on a worker thread, so perhaps consider bypassing the thread 6171 * here and run in the task synchronously? VBoxSVC has enough threads as 6172 * it is... 6164 6173 */ 6165 6174 HRESULT Medium::i_importFile(const char *aFilename,
Note:
See TracChangeset
for help on using the changeset viewer.