profilesapplication/Profiles/ProfileApp/UIsrc/CProfileMainView.cpp
branchRCL_3
changeset 24 ea11b8c1e6a4
parent 23 cd54903d48da
child 27 d0e1a4b40897
equal deleted inserted replaced
23:cd54903d48da 24:ea11b8c1e6a4
   470 			HBufC* errorText = StringLoader::LoadLC(
   470 			HBufC* errorText = StringLoader::LoadLC(
   471 	            R_PROFILE_ERROR_TIMING_ACTIVE_PROFILE );
   471 	            R_PROFILE_ERROR_TIMING_ACTIVE_PROFILE );
   472 			CAknErrorNote* note = new( ELeave ) CAknErrorNote( ETrue );
   472 			CAknErrorNote* note = new( ELeave ) CAknErrorNote( ETrue );
   473 			note->ExecuteLD( *errorText );
   473 			note->ExecuteLD( *errorText );
   474 			CleanupStack::PopAndDestroy( errorText );
   474 			CleanupStack::PopAndDestroy( errorText );
       
   475             CleanupStack::PopAndDestroy( expiryTime );
   475     		return;
   476     		return;
   476     		}
   477     		}
   477     	
   478     	
   478     	TTime originalTime;
   479     	TTime originalTime;
   479         originalTime.HomeTime();
   480         originalTime.HomeTime();