Changeset 64895 in vbox
- Timestamp:
- Dec 16, 2016 1:43:34 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/include/iprt/asn1-generator-pass.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asn1-generator-pass.h
r64888 r64895 738 738 RTASN1TMPL_BEGIN_COMMON(); \ 739 739 RTAsn1Dummy_InitEx(&pThis->Dummy); \ 740 pThis->Dummy.Asn1Core.pOps = &RT_CONCAT3(g_,RTASN1TMPL_INT_NAME,_Vtable); \ 740 741 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \ 741 742 int rc; \ … … 865 866 RT_CONCAT(RTASN1TMPL_EXT_NAME,_Delete)(pThis); /* See _Init. */ \ 866 867 RTAsn1Dummy_InitEx(&pThis->Dummy); \ 868 pThis->Dummy.Asn1Core.pOps = &RT_CONCAT3(g_,RTASN1TMPL_INT_NAME,_Vtable); \ 867 869 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \ 868 870 pThis->enmChoice = a_enmChoice; \ … … 888 890 RT_CONCAT(RTASN1TMPL_EXT_NAME,_Delete)(pThis); /* See _Init. */ \ 889 891 RTAsn1Dummy_InitEx(&pThis->Dummy); \ 892 pThis->Dummy.Asn1Core.pOps = &RT_CONCAT3(g_,RTASN1TMPL_INT_NAME,_Vtable); \ 890 893 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \ 891 894 pThis->enmChoice = a_enmChoice; \ … … 992 995 if (RT_SUCCESS(rc)) \ 993 996 { \ 997 pThis->cItems = cItems + 1; \ 998 \ 994 999 /* If not inserting at the end of the array, shift existing items out of the way and insert the new as req. */ \ 995 1000 if (iPosition != cItems) \
Note:
See TracChangeset
for help on using the changeset viewer.

