VirtualBox

Changeset 35885 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Feb 8, 2011 1:20:04 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69897
Message:

Main, VMM, vboxshell: more PCI work (persistent settings, logging, more driver API), API consumer in vboxshell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/PciDeviceAttachmentImpl.h

    r35684 r35885  
    2222
    2323#include "VirtualBoxBase.h"
     24#include <VBox/settings.h>
    2425
    2526class ATL_NO_VTABLE PciAddress :
     
    109110                 LONG          aGuestAddress,
    110111                 BOOL          fPhysical);
     112
    111113    void uninit();
     114
     115    // settings
     116    HRESULT loadSettings(IMachine * aParent,
     117                         const settings::HostPciDeviceAttachment& aHpda);
     118    HRESULT saveSettings(settings::HostPciDeviceAttachment &data);
    112119
    113120    HRESULT FinalConstruct();
     
    122129private:
    123130    struct Data;
    124     Data *m;
     131    Datam;
    125132};
    126133
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette