Changeset 42957 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 23, 2012 6:07:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r42930 r42957 1637 1637 { 1638 1638 /* initialize the machine object */ 1639 rc = machine->init (this,1640 aSettingsFile,1641 NULL); /* const Guid *aId */1639 rc = machine->initFromSettings(this, 1640 aSettingsFile, 1641 NULL); /* const Guid *aId */ 1642 1642 if (SUCCEEDED(rc)) 1643 1643 {
Note:
See TracChangeset
for help on using the changeset viewer.