Changeset 35638 in vbox for trunk/src/VBox/Main/include/PciDeviceAttachmentImpl.h
- Timestamp:
- Jan 19, 2011 7:10:49 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69546
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/PciDeviceAttachmentImpl.h
r34331 r35638 35 35 36 36 BEGIN_COM_MAP(PciAddress) 37 COM_INTERFACE_ENTRY(ISupportErrorInfo) 38 COM_INTERFACE_ENTRY(IPciAddress) 39 COM_INTERFACE_ENTRY(IDispatch) 37 VBOX_DEFAULT_INTERFACE_ENTRIES(IPciAddress) 40 38 END_COM_MAP() 41 39 … … 99 97 100 98 BEGIN_COM_MAP(PciDeviceAttachment) 101 COM_INTERFACE_ENTRY(ISupportErrorInfo) 102 COM_INTERFACE_ENTRY(IPciDeviceAttachment) 103 COM_INTERFACE_ENTRY(IDispatch) 99 VBOX_DEFAULT_INTERFACE_ENTRIES(IPciDeviceAttachment) 104 100 END_COM_MAP() 105 101
Note:
See TracChangeset
for help on using the changeset viewer.