bioexampleparser.h
来自「Symbian 9.2 BIOMessageMgr」· C头文件 代码 · 共 31 行
H
31 行
// BIOExampleParser.h
//
// Copyright (c) Symbian Software Ltd 2005. All rights reserved.
//
#if !defined(__BIOEXAMPLEPARSER_H__)
#define __BIOEXAMPLEPARSER_H__
#include <bsp.h>
#include <msventry.h>
class CBIOExampleParser : public CBaseScriptParser2
{
public:
IMPORT_C static CBIOExampleParser* NewL(CRegisteredParserDll& aRegisteredParserDll, CMsvEntry& aEntry, RFs& aFs);
IMPORT_C ~CBIOExampleParser();
IMPORT_C void ParseL(TRequestStatus& aStatus, const TDesC& aSms);
IMPORT_C void ProcessL(TRequestStatus& aStatus);
private:
void DoCancel();
void RunL();
CBIOExampleParser(CRegisteredParserDll& aRegisteredParserDll, CMsvEntry& aEntry, RFs& aFs);
void ConstructL();
};
#endif /*__BIOEXAMPLEPARSER_H__*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?