Changeset 37542 in vbox
- Timestamp:
- Jun 17, 2011 1:35:43 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/com/list.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/list.h
r37530 r37542 196 196 }; 197 197 198 #if !defined (VBOX_WITH_XPCOM) 199 template <typename T> RTCList<T> SafeArrayToRTCList(SAFEARRAY *other) 200 #else 198 201 template <typename T> RTCList<T> SafeArrayToRTCList(ComSafeArrayIn(T, other)) 202 #endif 199 203 { 200 204 com::SafeArray<T> sfaOther(ComSafeArrayInArg(other));
Note:
See TracChangeset
for help on using the changeset viewer.

