pimappsupport/vcardandvcal/tsrc/TDefaultCharset.h
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __TDEFAULTCHARSET_H__
       
    17 #define __TDEFAULTCHARSET_H__
       
    18 
       
    19 // System includes
       
    20 #include <vcal.h>
       
    21 #include <vcard.h>
       
    22 #include <e32cons.h>
       
    23 #include <s32stor.h>
       
    24 #include <s32file.h>
       
    25 #include <f32file.h>
       
    26 #include <charconv.h>
       
    27 
       
    28 
       
    29 //
       
    30 // ------> CVersitCardTest (header)
       
    31 //
       
    32 class CVersitCardTest : public CBase
       
    33 	{
       
    34 public:									
       
    35 	static CVersitCardTest*			NewLC();						
       
    36 	void							StartTestsL();
       
    37 
       
    38 private:								
       
    39 	void						InternalizeCardL(	const TDesC& aFile, CParserVCard& aParser) const;															
       
    40 	void 						ExternalizeCardL(	const TDesC& aFile, CParserVCard& aParser) const;
       
    41 	TBool						CheckResultL(const TDesC& aFile) const;
       
    42 	};
       
    43 
       
    44 #endif