00001 /* 00002 * Copyright © 2008 Nokia Corporation. 00003 */ 00004 00005 #ifndef __DBMS_APPLICATION_H__ 00006 #define __DBMS_APPLICATION_H__ 00007 00008 #include <aknapp.h> 00009 00010 00022 class CDBMSApplication : public CAknApplication 00023 { 00024 public: // from CAknApplication 00025 00031 TUid AppDllUid() const; 00032 00033 00034 protected: // from CAknApplication 00035 00041 CApaDocument* CreateDocumentL(); 00042 }; 00043 00044 #endif // __DBMS_APPLICATION_H__