1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __MWBXMLCONVERTEROBSERVER_H__
17 #define __MWBXMLCONVERTEROBSERVER_H__
23 //##ModelId=3B6678E0000E
24 class MWbxmlConverterObserver
32 //##ModelId=3B6678E00024
33 virtual TInt HandleWbxmlOutputL(const HBufC8& aBuffer) = 0;
35 //##ModelId=3B6678E00026
36 virtual TInt HandleWbxmlOutputL(HBufC8& aBuffer) = 0;
38 //##ModelId=3B6678E0002D
39 virtual TInt HandleWbxmlOutputL(HBufC8* aBuffer) = 0;
41 //##ModelId=3B6678E0002F
42 virtual TInt HandleWbxmlOutputL(TUint32 aSource) = 0;
44 //##ModelId=3B6678E00022
45 virtual void HandleWbxmlEncodingUpdateL(HBufC8* aCharacterEncoding) = 0;
49 //##ModelId=3B6678E00018
50 IMPORT_C virtual void MWbxmlConverterObserver_Reserved1();
54 #endif // #define __MWBXMLCONVERTEROBSERVER_H__