Changeset 50996 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- Apr 8, 2014 1:15:27 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93182
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r50651 r50996 5 5 6 6 /* 7 * Copyright (C) 2006-201 3Oracle Corporation7 * Copyright (C) 2006-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 307 307 PointingHIDType_T mPointingHIDType; 308 308 ChipsetType_T mChipsetType; 309 ParavirtProvider_T mParavirtProvider; 309 310 BOOL mEmulatedUSBCardReaderEnabled; 310 311 … … 505 506 STDMETHOD(COMGETTER(ChipsetType))(ChipsetType_T *aChipsetType); 506 507 STDMETHOD(COMSETTER(ChipsetType))(ChipsetType_T aChipsetType); 508 STDMETHOD(COMGETTER(ParavirtProvider))(ParavirtProvider_T *aParavirtProvider); 509 STDMETHOD(COMSETTER(ParavirtProvider))(ParavirtProvider_T aParavirtProvider); 507 510 STDMETHOD(COMGETTER(IOCacheEnabled))(BOOL *aEnabled); 508 511 STDMETHOD(COMSETTER(IOCacheEnabled))(BOOL aEnabled); … … 721 724 */ 722 725 ChipsetType_T getChipsetType() const { return mHWData->mChipsetType; } 726 ParavirtProvider_T getParavirtProvider() const { return mHWData->mParavirtProvider; } 723 727 724 728 void setModified(uint32_t fl, bool fAllowStateModification = true);
Note:
See TracChangeset
for help on using the changeset viewer.