Changeset 37545 in vbox for trunk/include/VBox/com
- Timestamp:
- Jun 17, 2011 2:04:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/list.h
r37542 r37545 196 196 }; 197 197 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 198 template <typename T> RTCList<T> SafeArrayToRTCList(ComSafeArrayIn(T, other), T* = 0) 203 199 { 204 200 com::SafeArray<T> sfaOther(ComSafeArrayInArg(other));
Note:
See TracChangeset
for help on using the changeset viewer.