Changeset 19403 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 5, 2009 10:23:42 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46917
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SystemPropertiesImpl.cpp
r18263 r19403 207 207 208 208 /* no need to lock, this is const */ 209 *minCPUCount = SchemaDefs::MinCPUCount; 209 *minCPUCount = SchemaDefs::MinCPUCount; // VMM_MIN_CPU_COUNT 210 210 211 211 return S_OK; … … 221 221 222 222 /* no need to lock, this is const */ 223 *maxCPUCount = 1; // SchemaDefs::MaxCPUCount; 223 *maxCPUCount = 1; // SchemaDefs::MaxCPUCount; // VMM_MAX_CPU_COUNT 224 224 225 225 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.