satui/satapp/SATUIInc/CSatUiViewAppUi.h
branchRCL_3
changeset 18 594d59766373
parent 0 ff3b6d0fd310
equal deleted inserted replaced
17:c58fd5f0c240 18:594d59766373
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   621         /**
   621         /**
   622         * Stop playing PLAY TONE command.
   622         * Stop playing PLAY TONE command.
   623         */
   623         */
   624         void StopPlayToneL();
   624         void StopPlayToneL();
   625         
   625         
       
   626         /**
       
   627         * Check if foreground control is alive when HandleForegroundEventL is 
       
   628         * called.
       
   629         * @return ETrue if the foreground control is alive.
       
   630         */
       
   631         TBool CSatUiViewAppUi::ForegroundAlive() const;
       
   632         
   626     private: //Data
   633     private: //Data
   627 
   634 
   628         // Own: use timer repeat
   635         // Own: use timer repeat
   629         TBool iTimerRepeatOn;
   636         TBool iTimerRepeatOn;
   630 
   637