phoneapp/phoneuiview/inc/phoneviewcommanddefinitions.h
branchRCL_3
changeset 4 24062c24fe38
parent 3 8871b09be73b
child 5 2a26698d78ba
equal deleted inserted replaced
3:8871b09be73b 4:24062c24fe38
     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".
   231     EPhoneViewGetEasyDialingInFocusStatus,
   231     EPhoneViewGetEasyDialingInFocusStatus,
   232     EPhoneViewSetInvalidCsPhoneNumberFlag,
   232     EPhoneViewSetInvalidCsPhoneNumberFlag,
   233     EPhoneViewGetInvalidCsPhoneNumberFlag,
   233     EPhoneViewGetInvalidCsPhoneNumberFlag,
   234     EPhoneViewGetEasyDialingMenuId,
   234     EPhoneViewGetEasyDialingMenuId,
   235     EPhoneViewGetEasyDialingCbaId,
   235     EPhoneViewGetEasyDialingCbaId,
       
   236     EPhoneViewGetNeedToReturnToForegroundAppStatus,
       
   237     EPhoneViewSetNeedToReturnToForegroundAppStatus,
       
   238     EPhoneViewSetConferenceAndWaitingVideo,
       
   239     EPhoneViewLaunchMultimediaSharing,
   236 
   240 
   237     EPhoneAmountOfCommands, // Don't remove this, this should always be the last in list.
   241     EPhoneAmountOfCommands, // Don't remove this, this should always be the last in list.
   238 };
   242 };
   239 
   243 
   240 
   244