1.1 --- a/epoc32/include/mw/wbconverter.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/mw/wbconverter.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -1,9 +1,9 @@
1.4 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 // All rights reserved.
1.6 // This component and the accompanying materials are made available
1.7 -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.8 +// under the terms of "Eclipse Public License v1.0"
1.9 // which accompanies this distribution, and is available
1.10 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.12 //
1.13 // Initial Contributors:
1.14 // Nokia Corporation - initial contribution.
1.15 @@ -250,9 +250,9 @@
1.16 const TUint16 KWbxmlSkipLiteralEndTagMagicToken = 0xac1d;
1.17
1.18
1.19 -///////////////////////////////////////////////////////////////////
1.20 +//
1.21 // CWbxmlConverter
1.22 -///////////////////////////////////////////////////////////////////
1.23 +//
1.24 class RFileReadStream;
1.25 //##ModelId=3B6678E20007
1.26 class CWbxmlConverter : public CBase
1.27 @@ -267,11 +267,11 @@
1.28
1.29 // NOTE: input data really is 8bit bytecode
1.30 //##ModelId=3B6678E300F9
1.31 - IMPORT_C static CWbxmlConverter* CWbxmlConverter::NewL(RFs& aFs, MWbxmlConverterObserver* aObserver);
1.32 + IMPORT_C static CWbxmlConverter* NewL(RFs& aFs, MWbxmlConverterObserver* aObserver);
1.33 //##ModelId=3B6678E300BD
1.34 - IMPORT_C static CWbxmlConverter* CWbxmlConverter::NewLC(RFs& aFs, MWbxmlConverterObserver* aObserver);
1.35 + IMPORT_C static CWbxmlConverter* NewLC(RFs& aFs, MWbxmlConverterObserver* aObserver);
1.36 //##ModelId=3B6678E30135
1.37 - IMPORT_C static CWbxmlConverter* CWbxmlConverter::NewL(RFs& aFs, MWbxmlConverterObserver* aObserver, const TDesC* aCharacterEncoding);
1.38 + IMPORT_C static CWbxmlConverter* NewL(RFs& aFs, MWbxmlConverterObserver* aObserver, const TDesC* aCharacterEncoding);
1.39 //##ModelId=3B6678E3009F
1.40 IMPORT_C void ProcessDataL(HBufC8& aBuffer);
1.41 //##ModelId=3B6678E3009E
1.42 @@ -466,6 +466,6 @@
1.43
1.44 #endif // __WBCONVERTER_H
1.45
1.46 -///////////////////////////////////////////////////////////////////
1.47 +//
1.48 // End of file
1.49 -///////////////////////////////////////////////////////////////////
1.50 +//