Changeset 13722 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 31, 2008 3:53:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r13713 r13722 259 259 BOOL mHWVirtExVPIDEnabled; 260 260 BOOL mPAEEnabled; 261 ULONG mCPUCount; 261 262 262 263 DeviceType_T mBootOrder [SchemaDefs::MaxBootPosition]; … … 474 475 STDMETHOD(COMGETTER(MemorySize))(ULONG *memorySize); 475 476 STDMETHOD(COMSETTER(MemorySize))(ULONG memorySize); 477 STDMETHOD(COMGETTER(CPUCount))(ULONG *cpuCount); 478 STDMETHOD(COMSETTER(CPUCount))(ULONG cpuCount); 476 479 STDMETHOD(COMGETTER(MemoryBalloonSize))(ULONG *memoryBalloonSize); 477 480 STDMETHOD(COMSETTER(MemoryBalloonSize))(ULONG memoryBalloonSize);
Note:
See TracChangeset
for help on using the changeset viewer.