pimprotocols/phonebooksync/Test/TE_PhBkSync/TestReadingIniFile.h
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 // Copyright (c) 2005-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 // This is the header file for Phone book synchronisation
       
    15 // file corruption scenarios 
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 #ifndef __TESTREADINGINIFILE_H__
       
    25 #define __TESTREADINGINIFILE_H__
       
    26 
       
    27 #include "TE_PhBkSyncBase.h" 
       
    28 
       
    29 //
       
    30 //    Test step 12 //
       
    31 //
       
    32 class CPhbkSyncIniFileTest : public CTestStepPhbkSync
       
    33 	{
       
    34 
       
    35 public:
       
    36 	CPhbkSyncIniFileTest();
       
    37 	~CPhbkSyncIniFileTest();
       
    38 
       
    39 	virtual enum TVerdict doTestStepL(void);
       
    40 	
       
    41 private:
       
    42 	void DoToIniFileL(TInt aAction);
       
    43 	void CheckIniFileL();
       
    44 	
       
    45 	
       
    46 	};
       
    47 
       
    48 #endif /* __TESTREADINGINIFILE_H__ */