equal
deleted
inserted
replaced
76 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
76 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
77 |
77 |
78 if ( !loudnessProxy ) |
78 if ( !loudnessProxy ) |
79 { |
79 { |
80 DEBPRN1("No Adaptation Support - leaving"); |
80 DEBPRN1("No Adaptation Support - leaving"); |
|
81 CleanupStack::Pop(customInterface); |
81 User::Leave(KErrNotSupported); |
82 User::Leave(KErrNotSupported); |
82 } |
83 } |
83 |
84 |
84 CleanupStack::Pop(customInterface); |
85 CleanupStack::Pop(customInterface); |
85 |
86 |
154 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
155 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
155 |
156 |
156 if ( !loudnessProxy ) |
157 if ( !loudnessProxy ) |
157 { |
158 { |
158 DEBPRN1("No Adaptation Support - leaving"); |
159 DEBPRN1("No Adaptation Support - leaving"); |
|
160 CleanupStack::Pop(customInterface); |
159 User::Leave(KErrNotSupported); |
161 User::Leave(KErrNotSupported); |
160 } |
162 } |
161 |
163 |
162 CleanupStack::Pop(customInterface); |
164 CleanupStack::Pop(customInterface); |
163 |
165 |
185 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
187 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
186 |
188 |
187 if ( !loudnessProxy ) |
189 if ( !loudnessProxy ) |
188 { |
190 { |
189 DEBPRN1("No Adaptation Support - leaving"); |
191 DEBPRN1("No Adaptation Support - leaving"); |
|
192 CleanupStack::Pop(customInterface); |
190 User::Leave(KErrNotSupported); |
193 User::Leave(KErrNotSupported); |
191 } |
194 } |
192 |
195 |
193 CleanupStack::Pop(customInterface); |
196 CleanupStack::Pop(customInterface); |
194 |
197 |
271 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
274 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
272 |
275 |
273 if ( !loudnessProxy ) |
276 if ( !loudnessProxy ) |
274 { |
277 { |
275 DEBPRN1("No Adaptation Support - leaving"); |
278 DEBPRN1("No Adaptation Support - leaving"); |
|
279 CleanupStack::Pop(customInterface); |
276 User::Leave(KErrNotSupported); |
280 User::Leave(KErrNotSupported); |
277 } |
281 } |
278 |
282 |
279 CleanupStack::Pop(customInterface); |
283 CleanupStack::Pop(customInterface); |
280 |
284 |
328 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
332 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
329 |
333 |
330 if ( !loudnessProxy ) |
334 if ( !loudnessProxy ) |
331 { |
335 { |
332 DEBPRN1("No Adaptation Support - leaving"); |
336 DEBPRN1("No Adaptation Support - leaving"); |
|
337 CleanupStack::Pop(customInterface); |
333 User::Leave(KErrNotSupported); |
338 User::Leave(KErrNotSupported); |
334 } |
339 } |
335 |
340 |
336 CleanupStack::Pop(customInterface); |
341 CleanupStack::Pop(customInterface); |
337 |
342 |
359 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
364 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
360 |
365 |
361 if ( !loudnessProxy ) |
366 if ( !loudnessProxy ) |
362 { |
367 { |
363 DEBPRN1("No Adaptation Support - leaving"); |
368 DEBPRN1("No Adaptation Support - leaving"); |
|
369 CleanupStack::Pop(customInterface); |
364 User::Leave(KErrNotSupported); |
370 User::Leave(KErrNotSupported); |
365 } |
371 } |
366 |
372 |
367 CleanupStack::Pop(customInterface); |
373 CleanupStack::Pop(customInterface); |
368 |
374 |
390 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
396 CLoudnessProxy* loudnessProxy = (CLoudnessProxy*)customInterface->CustomInterface(KUidLoudnessEffect); |
391 |
397 |
392 if ( !loudnessProxy ) |
398 if ( !loudnessProxy ) |
393 { |
399 { |
394 DEBPRN1("No Adaptation Support - leaving"); |
400 DEBPRN1("No Adaptation Support - leaving"); |
|
401 CleanupStack::Pop(customInterface); |
395 User::Leave(KErrNotSupported); |
402 User::Leave(KErrNotSupported); |
396 } |
403 } |
397 |
404 |
398 CleanupStack::Pop(customInterface); |
405 CleanupStack::Pop(customInterface); |
399 |
406 |