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

examples/ForumNokia/S60_3rd_Edition_TextMTM_Example/modules/Util/inc/txtcmds.hrh

00001 // TXTCMDS.HRH
+00002 //
+00003 // © 2004 Nokia Corporation.  All rights reserved.
+00004 //
+00005 
+00006 #ifndef __TXTCMDS_HRH__
+00007 #define __TXTCMDS_HRH__
+00008 
+00009 #include <MSVSTD.HRH>
+00010 
+00011 //
+00012 //      TTxtCmds: MTM-specific commands
+00013 //
+00014 enum TTxtCmds 
+00015         {
+00016         KTXTMTMRefresh= KMtmFirstFreeMtmFunctionId + 1,
+00017         KTXTMTMMessageCommand   
+00018   
+00019         };
+00020 
+00021 #endif  // __TXTCMDS_HRH__
+
+
Generated by  + +doxygen 1.6.2
+ +