Changeset 20263 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 4, 2009 10:32:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r20261 r20263 1937 1937 /* CPU count */ 1938 1938 std::list<VirtualSystemDescriptionEntry*> vsdeCPU = vsdescThis->findByType (VirtualSystemDescriptionType_CPU); 1939 ComAssertMsgThrow(vsdeCPU.size() == 1, ("CPU count missing"), E_FAIL); 1939 1940 const Utf8Str &cpuVBox = vsdeCPU.front()->strVbox; 1940 1941 ULONG tmpCount = (ULONG)RTStrToUInt64(cpuVBox.c_str());
Note:
See TracChangeset
for help on using the changeset viewer.