phoneapp/phoneuiutils/src/phoneloggerviewcommands.cpp
branchRCL_3
changeset 6 38529f706030
parent 5 2a26698d78ba
child 20 3c221667e687
equal deleted inserted replaced
5:2a26698d78ba 6:38529f706030
   225 _STLIT8(K196, "EPhoneViewGetInvalidCsPhoneNumberFlag");
   225 _STLIT8(K196, "EPhoneViewGetInvalidCsPhoneNumberFlag");
   226 _STLIT8(K197, "EPhoneViewGetEasyDialingMenuId");
   226 _STLIT8(K197, "EPhoneViewGetEasyDialingMenuId");
   227 _STLIT8(K198, "EPhoneViewGetEasyDialingCbaId");
   227 _STLIT8(K198, "EPhoneViewGetEasyDialingCbaId");
   228 _STLIT8(K199, "EPhoneViewGetNeedToReturnToForegroundAppStatus");
   228 _STLIT8(K199, "EPhoneViewGetNeedToReturnToForegroundAppStatus");
   229 _STLIT8(K200, "EPhoneViewSetNeedToReturnToForegroundAppStatus");
   229 _STLIT8(K200, "EPhoneViewSetNeedToReturnToForegroundAppStatus");
   230 _STLIT8(K201, ", // Don't remove this, this should always be the last in list.");
   230 _STLIT8(K201, "EPhoneViewGetQwertyModeObserver");
       
   231 _STLIT8(K202, ", // Don't remove this, this should always be the last in list.");
   231 
   232 
   232 // Intermediate
   233 // Intermediate
   233 const void * const KStringPointers[] =
   234 const void * const KStringPointers[] =
   234 	{
   235 	{
   235 	(const void*)&K1,
   236 	(const void*)&K1,
   430 	(const void*)&K196,
   431 	(const void*)&K196,
   431 	(const void*)&K197,
   432 	(const void*)&K197,
   432 	(const void*)&K198,
   433 	(const void*)&K198,
   433 	(const void*)&K199,
   434 	(const void*)&K199,
   434 	(const void*)&K200,
   435 	(const void*)&K200,
   435 	(const void*)&K201
   436 	(const void*)&K201,
       
   437 	(const void*)&K202
   436 	};
   438 	};
   437 
   439 
   438 const TStringTable PhoneLoggerviewCommands::Table = {201, KStringPointers, EFalse};
   440 const TStringTable PhoneLoggerviewCommands::Table = {202, KStringPointers, EFalse};
   439 
   441