diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/descriptorex_8hrh_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/descriptorex_8hrh_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,44 @@ + + + + +TB9.2 Example Applications: examples/ForumNokia/DescriptorExample/inc/descriptorex.hrh Source File + + + + + +

examples/ForumNokia/DescriptorExample/inc/descriptorex.hrh

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
+
+
Generated by  + +doxygen 1.6.2
+ +