satengine/SatServer/Commands/SetUpIdleModeTextCmd/inc/CSetUpIdleModeTextHandler.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2007 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".
   117         RSat::TSetUpIdleModeTextRspV1 iSetUpIdleModeTextRsp;
   117         RSat::TSetUpIdleModeTextRspV1 iSetUpIdleModeTextRsp;
   118 
   118 
   119         // Response package.
   119         // Response package.
   120         RSat::TSetUpIdleModeTextRspV1Pckg iSetUpIdleModeTextRspPckg;
   120         RSat::TSetUpIdleModeTextRspV1Pckg iSetUpIdleModeTextRspPckg;
   121 
   121 
       
   122         // Indicates are we waiting for response
       
   123         TBool iWaitingForResponse;
       
   124 
   122         // Store for restoring last valid idle mode text.
   125         // Store for restoring last valid idle mode text.
   123         TBool iSimResetExecuting;
   126         TBool iSimResetExecuting;
   124         RSat::TIdleModeText iLastValidText;
   127         RSat::TIdleModeText iLastValidText;
   125         TInt iLastValidIconId;
   128         TInt iLastValidIconId;
   126         RSat::TIconQualifier iLastValidIconQualifier;
   129         RSat::TIconQualifier iLastValidIconQualifier;