?? bioexampleparser.h
字號:
// 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -