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

examples/ForumNokia/HTTPClientExample/inc/Client.hrh

00001 /*
+00002  * Copyright (c) 2009 Nokia Corporation.
+00003  */
+00004 
+00005 #ifndef __CLIENT_HRH__
+00006 #define __CLIENT_HRH__
+00007 
+00008 // Client enumerate command codes
+00009 enum TClientIds
+00010     {
+00011     EClientGet = 1, // start value must not be 0
+00012     EClientPost,
+00013     EClientCancel,
+00014     EClientSwitchFocus,
+00015     EClientHelp,
+00016     EClientAbout
+00017     };
+00018 
+00019 
+00020 #endif // __CLIENT_HRH__
+
+
Generated by  + +doxygen 1.6.2
+ +