equal
deleted
inserted
replaced
270 fileName = RProcess().FileName(); |
270 fileName = RProcess().FileName(); |
271 #else |
271 #else |
272 Dll::FileName( fileName ); |
272 Dll::FileName( fileName ); |
273 #endif |
273 #endif |
274 |
274 |
275 HBufC* memLowText = WPAdapterUtil::ReadHBufCL( fileName, |
275 /*HBufC* memLowText = WPAdapterUtil::ReadHBufCL( fileName, |
276 KWPProvSCName, |
276 KWPProvSCName, |
277 R_TEXT_MEM_SUCS ); |
277 R_TEXT_MEM_SUCS ); |
278 CleanupStack::PushL( memLowText ); // 1 |
278 CleanupStack::PushL( memLowText ); // 1 |
279 CAknGlobalNote* note = CAknGlobalNote::NewLC(); // 2 |
279 CAknGlobalNote* note = CAknGlobalNote::NewLC(); // 2 |
280 note->ShowNoteL( EAknGlobalInformationNote, *memLowText ); |
280 note->ShowNoteL( EAknGlobalInformationNote, *memLowText ); |
281 CleanupStack::PopAndDestroy( 2 ); // note, memLowText |
281 CleanupStack::PopAndDestroy( 2 ); // note, memLowText*/ |
282 } |
282 } |
283 |
283 |
284 // ----------------------------------------------------------------------------- |
284 // ----------------------------------------------------------------------------- |
285 // CWPProvisioningSC::StoreDocL |
285 // CWPProvisioningSC::StoreDocL |
286 // |
286 // |