VirtualBox

Ignore:
Timestamp:
Jun 1, 2017 12:20:32 PM (8 years ago)
Author:
vboxsync
Message:

Main: More hacking on OPC exporting.

File:
1 edited

Legend:

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

    r67203 r67205  
    61036103                              RTVFSFSSTREAM hVfsFssDst /*, const ComObjPtr<Progress> &aProgress*/)
    61046104{
    6105 
    6106     //RT_NOREF(aProgress); /** @todo fix progress object. */
     6105     /** @todo fix progress object. */
    61076106
    61086107    /*
    6109      * Build the source lock list.
     6108     * Build the source lock list and lock the images.
    61106109     */
    61116110    MediumLockList SourceMediumLockList;
     
    61156114                                        NULL,
    61166115                                        SourceMediumLockList);
     6116    if (SUCCEEDED(rc))
     6117        rc = SourceMediumLockList.Lock();
    61176118    if (FAILED(rc))
    61186119        return rc;
Note: See TracChangeset for help on using the changeset viewer.

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