phoneapp/phoneuiutils/src/phonestatestringsgsm.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    41 _STLIT8(K14, "EPhoneStateConferenceAndWaitingAndCallSetup");
    41 _STLIT8(K14, "EPhoneStateConferenceAndWaitingAndCallSetup");
    42 _STLIT8(K15, "EPhoneStateLastGSMState");
    42 _STLIT8(K15, "EPhoneStateLastGSMState");
    43 
    43 
    44 // Intermediate
    44 // Intermediate
    45 const void * const KStringPointers[] =
    45 const void * const KStringPointers[] =
    46 	{
    46     {
    47 	(const void*)&K1,
    47     (const void*)&K1,
    48 	(const void*)&K2,
    48     (const void*)&K2,
    49 	(const void*)&K3,
    49     (const void*)&K3,
    50 	(const void*)&K4,
    50     (const void*)&K4,
    51 	(const void*)&K5,
    51     (const void*)&K5,
    52 	(const void*)&K6,
    52     (const void*)&K6,
    53 	(const void*)&K7,
    53     (const void*)&K7,
    54 	(const void*)&K8,
    54     (const void*)&K8,
    55 	(const void*)&K9,
    55     (const void*)&K9,
    56 	(const void*)&K10,
    56     (const void*)&K10,
    57 	(const void*)&K11,
    57     (const void*)&K11,
    58 	(const void*)&K12,
    58     (const void*)&K12,
    59 	(const void*)&K13,
    59     (const void*)&K13,
    60 	(const void*)&K14,
    60     (const void*)&K14,
    61 	(const void*)&K15
    61     (const void*)&K15
    62 	};
    62     };
    63 
    63 
    64 const TStringTable PhoneStateStringsGSM::Table = {15, KStringPointers, EFalse};
    64 const TStringTable PhoneStateStringsGSM::Table = {15, KStringPointers, EFalse};
    65 
    65