Changeset 67729 in vbox for trunk/src/VBox
- Timestamp:
- Jun 30, 2017 12:29:35 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116578
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r67726 r67729 8424 8424 #ifdef VBOX_WITH_UNATTENDED 8425 8425 /* create the unattended object (always present) */ 8426 /** @todo r=bird: Why don't we create this when the IUnattended instance 8427 * is queried? */ 8426 8428 unconst(mUnattended).createObject(); 8427 8429 mUnattended->init(this); … … 12658 12660 #ifdef VBOX_WITH_UNATTENDED 12659 12661 /* 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? */ 12660 12664 unconst(mUnattended).createObject(); 12661 12665 mUnattended->initWithUnattended(this, aMachine->mUnattended);
Note:
See TracChangeset
for help on using the changeset viewer.