equal
deleted
inserted
replaced
139 HBufC* string = str.AllocLC(); |
139 HBufC* string = str.AllocLC(); |
140 aStrings.AppendL(string); |
140 aStrings.AppendL(string); |
141 CleanupStack::Pop(string); |
141 CleanupStack::Pop(string); |
142 } |
142 } |
143 } |
143 } |
144 while (err >= 0); |
144 while (err >= 0); |
145 } |
145 } |
146 |
146 |
147 void CExtensionTest::BuildIntList(RArray<TInt>& aInts, const TDesC& aBuf, const TDesC& aTag) |
147 void CExtensionTest::BuildIntList(RArray<TInt>& aInts, const TDesC& aBuf, const TDesC& aTag) |
148 { |
148 { |
149 TInt pos = 0; |
149 TInt pos = 0; |