00001 /* 00002 * Copyright © 2008 Nokia Corporation. 00003 */ 00004 00005 #ifndef TZLOCALIZERDOCUMENT_H 00006 #define TZLOCALIZERDOCUMENT_H 00007 00008 // INCLUDES 00009 #include <akndoc.h> 00010 00011 // CONSTANTS 00012 00013 // FORWARD DECLARATIONS 00014 class CEikAppUi; 00015 00016 // CLASS DECLARATION 00017 00018 class CTZLocalizerDocument : public CAknDocument 00019 { 00020 public: // Constructors and destructor 00021 static CTZLocalizerDocument* NewL(CEikApplication& aApp); 00022 00023 virtual ~CTZLocalizerDocument(); 00024 00025 private: 00026 00027 CTZLocalizerDocument(CEikApplication& aApp); 00028 void ConstructL(); 00029 00030 private: 00031 CEikAppUi* CreateAppUiL(); 00032 }; 00033 00034 #endif 00035 00036 // End of File 00037
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.