VirtualBox

Changeset 67729 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 30, 2017 12:29:35 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116578
Message:

UnattendedImpl: Better default properties. Added internal data getters so we can do away with the data passing later.

File:
1 edited

Legend:

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

    r67726 r67729  
    84248424#ifdef VBOX_WITH_UNATTENDED
    84258425    /* create the unattended object (always present) */
     8426    /** @todo r=bird: Why don't we create this when the IUnattended instance
     8427     *        is queried? */
    84268428    unconst(mUnattended).createObject();
    84278429    mUnattended->init(this);
     
    1265812660#ifdef VBOX_WITH_UNATTENDED
    1265912661    /* create another unattended object that will be mutable */
     12662    /** @todo r=bird: Why don't we create this when the IUnattended instance
     12663     *        is queried? */
    1266012664    unconst(mUnattended).createObject();
    1266112665    mUnattended->initWithUnattended(this, aMachine->mUnattended);
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