pimappsupport/vcardandvcal/tsrc/TJapaneseSoundProperty.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 __TJAPANESESOUNDPROPERTY_H__
       
    17 #define __TJAPANESESOUNDPROPERTY_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 //
       
    35 public:										// CONSTRUCT
       
    36 //
       
    37 	static CVersitCardTest*					NewLC();
       
    38 	~CVersitCardTest();
       
    39 
       
    40 //
       
    41 private:									// INTERNAL CONSTRUCT
       
    42 //
       
    43 	void									ConstructL();
       
    44 
       
    45 //
       
    46 public:										// ACCESS
       
    47 //
       
    48 	void									StartTestsL();
       
    49 
       
    50 //
       
    51 private:									// INTERNAL
       
    52 //
       
    53     static CParserVCard*                    InternalizeCardLC(const TDesC& aFile);
       
    54     static CParserVCard*                    InternalizeCardLC(const TDesC& aPath, const TDesC& aFileName);
       
    55     static void                             CheckNumberOfSoundPropertiesL(const TDesC& aFile, const CParserVCard& aParser, TInt aExpectedArrayElementCount, TInt aExpectedPropertyCount = 1);
       
    56     static void                             CreateVCardTestL();
       
    57 	};
       
    58 
       
    59 
       
    60 #endif