00001
00002
00003
00004
00005 #ifndef TZLOCALIZERAPP_H
00006 #define TZLOCALIZERAPP_H
00007
00008
00009 #include <aknapp.h>
00010
00011
00012
00013 const TUid KUidTZLocalizer = { 0xE4279460 };
00014
00015
00016
00017
00018
00019
00020
00021
00022 class CTZLocalizerApp : public CAknApplication
00023 {
00024
00025 public:
00026 private:
00027
00028
00029
00030
00031
00032 CApaDocument* CreateDocumentL();
00033
00034
00035
00036
00037
00038 TUid AppDllUid() const;
00039 };
00040
00041 #endif
00042
00043
00044