S60MMFLabDocument.h
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1k
- // Copyright (c) 2006 Nokia Corporation.
- #ifndef S60MMFLABDOCUMENT_H
- #define S60MMFLABDOCUMENT_H
- // INCLUDES
- #include <akndoc.h>
-
- // CONSTANTS
- // FORWARD DECLARATIONS
- class CEikAppUi;
- // CLASS DECLARATION
- /**
- * CS60MMFLabDocument application class.
- */
- class CS60MMFLabDocument : public CAknDocument
- {
- public: // Constructors and destructor
- /**
- * Two-phased constructor.
- */
- static CS60MMFLabDocument* NewL(CEikApplication& aApp);
- /**
- * Destructor.
- */
- virtual ~CS60MMFLabDocument();
- public: // New functions
- public: // Functions from base classes
- protected: // New functions
- protected: // Functions from base classes
- private:
- /**
- * EPOC default constructor.
- */
- CS60MMFLabDocument(CEikApplication& aApp);
- void ConstructL();
- private:
- /**
- * From CEikDocument, create CS60MMFLabAppUi "App UI" object.
- */
- CEikAppUi* CreateAppUiL();
- };
- #endif
- // End of File