profilesapplication/Profiles/ProfileApp/UIsrc/CProfileMainView.cpp
branchRCL_3
changeset 20 ea11b8c1e6a4
parent 19 cd54903d48da
equal deleted inserted replaced
19:cd54903d48da 20: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();