Changeset 4496 in vbox for trunk/src/VBox
- Timestamp:
- Sep 3, 2007 1:26:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r4485 r4496 215 215 rc = CFGMR3InsertString(pCfg, "FloppyDevice", "i82078"); RC_CHECK(); 216 216 rc = CFGMR3InsertInteger(pCfg, "IOAPIC", fIOAPIC); RC_CHECK(); 217 218 /*219 * Machine UUID.220 */221 217 Guid uuid; 222 hrc = pMachine->COMGETTER (Id)(uuid.asOutParam());H();223 rc = CFGMR3InsertBytes(pCfg, "UUID", (void *)uuid.raw(), sizeof(RTUUID));RC_CHECK();218 hrc = pMachine->COMGETTER(Id)(uuid.asOutParam()); H(); 219 rc = CFGMR3InsertBytes(pCfg, "UUID", (void *)uuid.raw(), sizeof(RTUUID)); RC_CHECK(); 224 220 225 221 DeviceType_T bootDevice;
Note:
See TracChangeset
for help on using the changeset viewer.