VirtualBox

Changeset 50922 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Mar 28, 2014 4:16:41 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93056
Message:

6183 src-all/PCIDeviceAttachmentImpl.cpp

File:
1 edited

Legend:

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

    r50919 r50922  
    94989498
    94999499            pda.createObject();
    9500             pda->loadSettings(this, hpda);
     9500            pda->i_loadSettings(this, hpda);
    95019501            mHWData->mPCIDeviceAssignments.push_back(pda);
    95029502        }
     
    1079110791            settings::HostPCIDeviceAttachment hpda;
    1079210792
    10793             rc = pda->saveSettings(hpda);
     10793            rc = pda->i_saveSettings(hpda);
    1079410794            if (FAILED(rc)) throw rc;
    1079510795
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