examples/Messaging/BIOMessageMgr/Inc/BIOExampleParser.h

00001 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // This component and the accompanying materials are made available
00004 // under the terms of "Eclipse Public License v1.0"
00005 // which accompanies this distribution, and is available
00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00007 //
00008 // Initial Contributors:
00009 // Nokia Corporation - initial contribution.
00010 //
00011 // Contributors:
00012 //
00013 // Description:
00014 //
00015 
00016 #if !defined(__BIOEXAMPLEPARSER_H__)
00017 #define __BIOEXAMPLEPARSER_H__
00018 
00019 
00020 #include <bsp.h>
00021 #include <msventry.h>
00022 
00023 
00024 class CBIOExampleParser : public CBaseScriptParser2
00025 {
00026 public:
00027         IMPORT_C static CBIOExampleParser* NewL(CRegisteredParserDll& aRegisteredParserDll, CMsvEntry& aEntry, RFs& aFs);
00028         ~CBIOExampleParser();
00029         void ParseL(TRequestStatus& aStatus, const TDesC& aSms);
00030         void ProcessL(TRequestStatus& aStatus);
00031 
00032 private:
00033     void DoCancel();
00034     void RunL();
00035 
00036     CBIOExampleParser(CRegisteredParserDll& aRegisteredParserDll, CMsvEntry& aEntry, RFs& aFs);
00037     void ConstructL();
00038 };
00039 
00040 #endif /*__BIOEXAMPLEPARSER_H__*/

Generated by  doxygen 1.6.2