VirtualBox

Changeset 35684 in vbox


Ignore:
Timestamp:
Jan 24, 2011 3:28:38 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69610
Message:

fix Win burn

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

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

    r35638 r35684  
    104104
    105105    // public initializer/uninitializer for internal purposes only
    106     HRESULT init(Machine *     aParent,
     106    HRESULT init(IMachine *    aParent,
    107107                 const Bstr    &aName,
    108108                 LONG          aHostAddess,
  • trunk/src/VBox/Main/src-all/PciDeviceAttachmentImpl.cpp

    r35638 r35684  
    2525struct PciDeviceAttachment::Data
    2626{
    27     Data(Machine      *aParent,
    28          const Bstr   &aDevName,
     27    Data(IMachine      *aParent,
     28         const Bstr    &aDevName,
    2929         LONG          aHostAddress,
    3030         LONG          aGuestAddress,
    3131         BOOL          afPhysical)
    32         : pMachine(aParent),
    33           HostAddress(aHostAddress), GuestAddress(aGuestAddress),
     32        : HostAddress(aHostAddress), GuestAddress(aGuestAddress),
    3433          fPhysical(afPhysical)
    3534    {
     
    3736    }
    3837
    39     Machine * const pMachine;
    40     Bstr            DevName;
    41     LONG            HostAddress;
    42     LONG            GuestAddress;
    43     BOOL            fPhysical;
     38    Bstr             DevName;
     39    LONG             HostAddress;
     40    LONG             GuestAddress;
     41    BOOL             fPhysical;
    4442};
    4543
     
    6260// public initializer/uninitializer for internal purposes only
    6361/////////////////////////////////////////////////////////////////////////////
    64 HRESULT PciDeviceAttachment::init(Machine      *aParent,
     62HRESULT PciDeviceAttachment::init(IMachine      *aParent,
    6563                                  const Bstr   &aDevName,
    6664                                  LONG          aHostAddress,
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