00001 /* 00002 * Copyright © 2008 Nokia Corporation. 00003 */ 00004 00005 #ifndef __DBMSDOCUMENT_H__ 00006 #define __DBMSDOCUMENT_H__ 00007 00008 00009 #include <akndoc.h> 00010 00011 // Forward declarations 00012 class CDBMSAppUi; 00013 class CEikApplication; 00014 00015 00023 class CDBMSDocument : public CAknDocument 00024 { 00025 public: 00026 00038 static CDBMSDocument* NewL(CEikApplication& aApp); 00039 00045 ~CDBMSDocument(); 00046 00047 private: 00048 00055 void ConstructL(); 00056 00064 CDBMSDocument(CEikApplication& aApp); 00065 00066 private: // From CAknDocument 00067 00075 CEikAppUi* CreateAppUiL(); 00076 }; 00077 00078 00079 #endif // __DBMSDOCUMENT_H__
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.