00001
00002
00003
00004
00005 #ifndef __CLIENT_APPLICATION_H__
00006 #define __CLIENT_APPLICATION_H__
00007
00008 #include <aknapp.h>
00009
00010
00011
00012 const TUid KUidClientApp = {0xA00002DC};
00013 const TUid KUidHelpFile = {0x2000E190};
00014
00015
00016 class CClientApplication : public CAknApplication
00017 {
00018
00019
00020
00021 public:
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034 TUid AppDllUid() const;
00035
00036
00037
00038
00039 protected:
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054 CApaDocument* CreateDocumentL();
00055 };
00056
00057 #endif // __CLIENT_APPLICATION_H__