📄 mguardscsvrmain.cpp,v
字号:
head 1.1;access;symbols v1_0:1.1.1.1 xueyw:1.1.1 v111:1.1.1.1 MGuard:1.1.1;locks; strict;comment @// @;1.1date 2007.08.22.11.22.04; author administrator; state Exp;branches 1.1.1.1;next ;deltatype text;permissions 644;commitid aac46cc1c5b385b;kopt kv;filename @MGuardScSvrMain.cpp@;1.1.1.1date 2007.08.22.11.31.31; author administrator; state Exp;branches;next ;deltatype text;permissions 644;commitid 81046cc1e913f93;kopt kv;filename @MGuardScSvrMain.cpp@;desc@@1.1log@sc take care of the lock/unlock of the screen@text@/** ============================================================================* Name : MGuardScSvrMain.cpp* Part of : MGuardScSvr* Created : 18.08.2007 by xueyw* Description:* Exe source file* Version :* Copyright: * ============================================================================*/// Include Files #include "MGuardScSvr.h"#include <e32base.h>// ========================== OTHER EXPORTED FUNCTIONS =========================#ifdef __WINS__// -----------------------------------------------------------------------------// WinsMain()// -----------------------------------------------------------------------------//IMPORT_C TInt WinsMain();EXPORT_C TInt WinsMain(){ return reinterpret_cast<TInt>( &CMGuardScSvr::ThreadFunction );}// -----------------------------------------------------------------------------// E32Dll()// Entry point function for Symbian Apps.// -----------------------------------------------------------------------------//GLDEF_C TInt E32Dll( TDllReason ){ return KErrNone;}#else // __ARMI__// -----------------------------------------------------------------------------// E32Main()// Provides the API for the operating system to start the executable.// Returns the address of the function to be called.// -----------------------------------------------------------------------------//TInt E32Main(){ return CMGuardScSvr::ThreadFunction( NULL );}#endif// End of file@1.1.1.1log@no message@text@@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -