VirtualBox

Changeset 67172 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 31, 2017 1:56:11 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115848
Message:

MediumImpl: @todo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r66250 r67172  
    60876087 * @return
    60886088 * @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...
    60896093 */
    60906094HRESULT Medium::i_exportFile(const char *aFilename,
     
    61626166 * @return
    61636167 * @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...
    61646173 */
    61656174HRESULT Medium::i_importFile(const char *aFilename,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette