- Timestamp:
- May 1, 2009 1:20:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r19269 r19289 488 488 HRESULT hrc = mMachine->COMGETTER (Id) (id.asOutParam()); 489 489 Guid uuid = Guid(id); 490 490 491 491 AssertComRCReturn (hrc, VERR_ACCESS_DENIED); 492 492 … … 738 738 } 739 739 #endif /* VBOX_WITH_VRDP */ 740 740 741 741 Bstr uuid; 742 742 HRESULT hrc = mMachine->COMGETTER (Id) (uuid.asOutParam()); … … 4271 4271 RTLogRelLogger(loggerRelease, 0, ~0U, "OS Service Pack: %s\n", szTmp); 4272 4272 /* the package type is interesting for Linux distributions */ 4273 RTLogRelLogger (loggerRelease, 0, ~0U,4274 4275 4273 RTLogRelLogger(loggerRelease, 0, ~0U, 4274 "Process ID: %u\n" 4275 "Package type: %s" 4276 4276 #ifdef VBOX_OSE 4277 4277 " (OSE)"
Note:
See TracChangeset
for help on using the changeset viewer.