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

📄 mguardstate.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@/** ============================================================================*  Name     : MGuardMain.h*  Part of  : MGuardMain*  Created  : 18.07.2007 by xueyw*  Description:*     Exe header file*  Version  :*  Copyright: * ============================================================================*/#ifndef __MGUARDSTATE_H__#define __MGUARDSTATE_H__#include <e32base.h>class CMGuardState {public:	enum	{		EMGUARDLOCKED = 1,	};	public:	static CMGuardState* NewL();	static CMGuardState* NewLC();	virtual ~CMGuardState();private:	void ConstructL();public:	static TBool SetLockState( TBool aLock );	static TBool GetLockState();};#endif@1.1.1.1log@no message@text@@

⌨️ 快捷键说明

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