00001 /* 00002 * Copyright © 2008 Nokia Corporation. 00003 */ 00004 00005 #ifndef TZLOCALIZER_HRH 00006 #define TZLOCALIZER_HRH 00007 00008 enum TTZLocalizerCommandIds 00009 { 00010 ETZLocalizerCmdSearchCities = 1, 00011 ETZLocalizerCmdSearchCitiesInGroup, 00012 EDataQueryDlgCIdDataQuery, 00013 ETZLocalizerCmdAddCity, 00014 ETZLocalizerCmdRemoveCity 00015 }; 00016 00017 00018 enum TTZLocalizerDlgLineId // dialog line ids 00019 { 00020 ETZLocalizerDlgList = 1 00021 }; 00022 00023 #define KMaxNameLength 128 00024 00025 #endif // TZLOCALIZER_HRH
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.