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

examples/ForumNokia/ThreadAndActiveObjectsEx/inc/threadaoapplication.h

00001 /*
+00002  * Copyright © 2008 Nokia Corporation.
+00003  */
+00004 
+00005 
+00006 #ifndef __THREADAO_APPLICATION_H__
+00007 #define __THREADAO_APPLICATION_H__
+00008 
+00009 // INCLUDES
+00010 #include <aknapp.h>
+00011 
+00012 
+00019 class CThreadAOApplication : public CAknApplication
+00020     {
+00021 public:  // from CAknApplication
+00022 
+00029     TUid AppDllUid() const;
+00030 
+00031 protected: // from CAknApplication
+00032 
+00039     CApaDocument* CreateDocumentL();
+00040     };
+00041 
+00042 #endif // __THREAD_APPLICATION_H__
+
+
Generated by  + +doxygen 1.6.2
+ +