00001 /* 00002 * Copyright © 2008 Nokia Corporation. 00003 */ 00004 00005 #ifndef TZLOCALIZERAPP_H 00006 #define TZLOCALIZERAPP_H 00007 00008 // INCLUDES 00009 #include <aknapp.h> 00010 00011 // CONSTANTS 00012 // UID of the application 00013 const TUid KUidTZLocalizer = { 0xE4279460 }; 00014 00015 // CLASS DECLARATION 00016 00017 // 00018 //CTZLocalizerApp application class. 00019 //Provides factory to create concrete document object. 00020 // 00021 // 00022 class CTZLocalizerApp : public CAknApplication 00023 { 00024 00025 public: // Functions from base classes 00026 private: 00027 00028 // 00029 //From CApaApplication, creates CTZLocalizerDocument document object. 00030 //@return A pointer to the created document object. 00031 // 00032 CApaDocument* CreateDocumentL(); 00033 00034 // 00035 //From CApaApplication, returns application's UID (KUidTZLocalizer). 00036 //@return The value of KUidTZLocalizer. 00037 // 00038 TUid AppDllUid() const; 00039 }; 00040 00041 #endif 00042 00043 // End of File 00044
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.