VirtualBox

Ignore:
Timestamp:
Nov 18, 2019 8:42:02 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134761
Message:

Main/GraphicsAdapter: Split off a few attributes from Machine interface, which affects quite a few other interfaces.
Frontends/VirtualBox+VBoxManage+VBoxSDL+VBoxShell: Adapt accordingly.

File:
1 edited

Legend:

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

    r81492 r81964  
    11511151    unconst(mRecordingSettings).createObject();
    11521152    rc = mRecordingSettings->initCopy(this, pMachine->mRecordingSettings);
     1153    if (FAILED(rc)) return rc;
     1154
     1155    unconst(mGraphicsAdapter).createObject();
     1156    rc = mGraphicsAdapter->initCopy(this, pMachine->mGraphicsAdapter);
    11531157    if (FAILED(rc)) return rc;
    11541158
     
    12771281    unconst(mRecordingSettings).createObject();
    12781282    mRecordingSettings->init(this);
     1283
     1284    unconst(mGraphicsAdapter).createObject();
     1285    mGraphicsAdapter->init(this);
    12791286
    12801287    unconst(mVRDEServer).createObject();
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