⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mguardpimmgrtest.h,v

📁 symbian s60手机上的短信拦截源代码。
💻 H,V
字号:
head     1.1;branch   1.1.1;access   ;symbols 	arelease:1.1.1.1	avendor:1.1.1;locks    ; strict;comment  @ * @;1.1date     2007.07.24.10.59.30;  author administrator;  state Exp;branches 1.1.1.1;next     ;deltatype   text;permissions	644;1.1.1.1date     2007.07.24.10.59.30;  author administrator;  state Exp;branches ;next     ;permissions	644;desc@@1.1log@Initial revision@text@/*-----------------------------------------------------------------------------    MGuardPIMMgrTest.h - test application header-----------------------------------------------------------------------------*/#ifndef __MGUARDPIMMGRTEST_H__#define __MGUARDPIMMGRTEST_H__//  Include Files#include <eikapp.h>                 // CEikApplication#include <eikdoc.h>                 // CEikDocument#include <eikappui.h>               // CEikAppUi//  Forward Declarationsclass CMGuardPIMMgr;//  Class Definitionsclass CMGuardPIMMgrTestApplication : public CEikApplication    {    private:    // from CEikApplication        CApaDocument* CreateDocumentL();    private:    // from CApaApplication (via CEikApplication)        TUid AppDllUid() const;    };class CMGuardPIMMgrTestDocument : public CEikDocument    {    public:     // new functions        CMGuardPIMMgrTestDocument(CEikApplication& aApp);    private:    // from CEikDocument        CEikAppUi* CreateAppUiL();    };class CMGuardPIMMgrTestAppUi : public CEikAppUi    {    public:     // new functions        void ConstructL(void);        ~CMGuardPIMMgrTestAppUi();        void ShowInfoL(const TDesC& aDes1, const TDesC& aDes2);    private:    // from CEikAppUi        void HandleCommandL(TInt aCommand);    private:    // data        CMGuardPIMMgr* iMGuardPIMMgrObject;    };#endif  // __MGUARDPIMMGRTEST_H__// End of file@1.1.1.1log@no message@text@@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -