VirtualBox

Changeset 37545 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Jun 17, 2011 2:04:16 PM (14 years ago)
Author:
vboxsync
Message:

com: next try

File:
1 edited

Legend:

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

    r37542 r37545  
    196196};
    197197
    198 #if !defined (VBOX_WITH_XPCOM)
    199 template <typename T> RTCList<T> SafeArrayToRTCList(SAFEARRAY *other)
    200 #else
    201 template <typename T> RTCList<T> SafeArrayToRTCList(ComSafeArrayIn(T, other))
    202 #endif
     198template <typename T> RTCList<T> SafeArrayToRTCList(ComSafeArrayIn(T, other), T* = 0)
    203199{
    204200    com::SafeArray<T> sfaOther(ComSafeArrayInArg(other));
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