]> code.delx.au - comingnext/blob - ComingNext_SkinFetcher/inc/ComingNext_SkinFetcherApplication.h
717c9624de07f7c48d0d8ce419bc960d7e51c20a
[comingnext] / ComingNext_SkinFetcher / inc / ComingNext_SkinFetcherApplication.h
1 /*
2 ========================================================================
3 Name : ComingNext_SkinFetcherApplication.h
4 Author : Michael Prager
5 Copyright : Licensed under GPLv3
6 Description :
7 ========================================================================
8 */
9 #ifndef COMINGNEXT_SKINFETCHERAPPLICATION_H
10 #define COMINGNEXT_SKINFETCHERAPPLICATION_H
11
12 // [[[ begin generated region: do not modify [Generated Includes]
13 #include <aknapp.h>
14 // ]]] end generated region [Generated Includes]
15
16 // [[[ begin generated region: do not modify [Generated Constants]
17 const TUid KUidComingNext_SkinFetcherApplication = { 0xE4914444 };
18 // ]]] end generated region [Generated Constants]
19
20 /**
21 *
22 * @class CComingNext_SkinFetcherApplication ComingNext_SkinFetcherApplication.h
23 * @brief A CAknApplication-derived class is required by the S60 application
24 * framework. It is subclassed to create the application's document
25 * object.
26 */
27 class CComingNext_SkinFetcherApplication: public CAknApplication
28 {
29 private:
30 TUid AppDllUid() const;
31 CApaDocument* CreateDocumentL();
32
33 };
34
35 #endif // COMINGNEXT_SKINFETCHERAPPLICATION_H