00001 /* 00002 * Copyright � 2008 Nokia Corporation. 00003 */ 00004 00005 #ifndef DESCRIPTOREX_HRH 00006 #define DESCRIPTOREX_HRH 00007 00008 #define TDescriptorExCommandFirstID 5 00009 enum TDescriptorExCommandIds 00010 { 00011 ECmd_RunAll = 1, 00012 00013 ECmd_DeclareToStack = TDescriptorExCommandFirstID, 00014 ECmd_DeclareToHeap, 00015 ECmd_DeclareLiterals, 00016 00017 ECmd_NonModifyingMethods, 00018 ECmd_ModifyingMethods, 00019 ECmd_CharacterConversions, 00020 ECmd_LexicalAnalysis, 00021 00022 ECmd_CircularBuffers, 00023 ECmd_FlatDynamicBuffers, 00024 ECmd_SegmentedDynamicBuffers, 00025 ECmd_PackageBuffers 00026 }; 00027 00028 #endif // DESCRIPTOREX_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.