00001 /* 00002 * Copyright © 2008 Nokia Corporation. 00003 */ 00004 00005 #ifndef INTERNETEMAILDOCUMENT_H 00006 #define INTERNETEMAILDOCUMENT_H 00007 00008 // INCLUDES 00009 #include <akndoc.h> 00010 00011 // CONSTANTS 00012 00013 // FORWARD DECLARATIONS 00014 class CEikAppUi; 00015 00016 // CLASS DECLARATION 00017 00021 class CInternetEmailDocument : public CAknDocument 00022 { 00023 public: // Constructors and destructor 00027 static CInternetEmailDocument* NewL(CEikApplication& aApp); 00028 00032 virtual ~CInternetEmailDocument(); 00033 00034 public: // New functions 00035 00036 public: // from CEikDocument 00037 CFileStore* OpenFileL(TBool aDoOpen,const TDesC& aFilename,RFs& aFs); 00038 protected: // New functions 00039 00040 protected: // Functions from base classes 00041 00042 private: 00043 00047 CInternetEmailDocument(CEikApplication& aApp); 00048 void ConstructL(); 00049 00050 private: 00051 00055 CEikAppUi* CreateAppUiL(); 00056 00057 private: 00058 }; 00059 00060 #endif 00061 00062 // End of File 00063
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.