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 @@ + + +
+ +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__ +