00001 /* 00002 * Copyright � 2008 Nokia Corporation. 00003 */ 00004 00005 #ifndef DESCRIPTOREXDOCUMENT_H 00006 #define DESCRIPTOREXDOCUMENT_H 00007 00008 #include <akndoc.h> 00009 class CEikAppUi; 00010 00011 class CDescriptorExDocument : public CAknDocument 00012 { 00013 public: 00014 static CDescriptorExDocument* NewL(CEikApplication& aApp); 00015 virtual ~CDescriptorExDocument(); 00016 CDescriptorExDocument(CEikApplication& aApp); 00017 void ConstructL(); 00018 private: 00019 CEikAppUi* CreateAppUiL(); 00020 }; 00021 #endif
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.