Changeset 35885 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Feb 8, 2011 1:20:04 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69897
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/PciDeviceAttachmentImpl.h
r35684 r35885 22 22 23 23 #include "VirtualBoxBase.h" 24 #include <VBox/settings.h> 24 25 25 26 class ATL_NO_VTABLE PciAddress : … … 109 110 LONG aGuestAddress, 110 111 BOOL fPhysical); 112 111 113 void uninit(); 114 115 // settings 116 HRESULT loadSettings(IMachine * aParent, 117 const settings::HostPciDeviceAttachment& aHpda); 118 HRESULT saveSettings(settings::HostPciDeviceAttachment &data); 112 119 113 120 HRESULT FinalConstruct(); … … 122 129 private: 123 130 struct Data; 124 Data *m;131 Data* m; 125 132 }; 126 133
Note:
See TracChangeset
for help on using the changeset viewer.