VirtualBox

Changeset 34331 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 24, 2010 4:24:17 PM (14 years ago)
Author:
vboxsync
Message:

PCI: more 4.0 interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/array.h

    r33540 r34331  
    16691669#endif
    16701670    }
     1671
     1672    void setElement(size_t iIdx, I* obj)
     1673    {
     1674#if defined (VBOX_WITH_XPCOM)
     1675        Copy (obj, Base::m.arr [iIdx]);
     1676#else
     1677        Copy (obj, Base::m.raw [iIdx]);
     1678#endif
     1679    }
    16711680};
    16721681
Note: See TracChangeset for help on using the changeset viewer.

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