Changeset 73958 in vbox
- Timestamp:
- Aug 29, 2018 3:21:46 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/iprt/cpp/restbase.h (modified) (1 diff)
-
src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r73957 r73958 773 773 * @param a_pThat The object to insert. The array takes ownership of the object on success. 774 774 */ 775 int prepend( size_t a_idx,ElementType *a_pThat)775 int prepend(ElementType *a_pThat) 776 776 { 777 777 return insertWorker(0, a_pThat, false /*a_fReplace*/); -
trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp
r73956 r73958 361 361 rc = VERR_NO_MEMORY; 362 362 return rc; 363 364 } 365 363 } 364
Note:
See TracChangeset
for help on using the changeset viewer.

