baseintegtests/baseintegrationtest/testsuites/fat32/inc/basetestfat32clusterbound.h
branchanywhere
changeset 20 d63d727ee0a6
parent 19 f6d3d9676ee4
parent 16 6d8ad5bee44b
child 21 af091391d962
equal deleted inserted replaced
19:f6d3d9676ee4 20:d63d727ee0a6
     1 // Copyright (c) 2006-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 the License "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 BASETESTFAT32CLUSTERBOUND_H
       
    17 #define BASETESTFAT32CLUSTERBOUND_H
       
    18 
       
    19 
       
    20 #include "basetestfat32base.h"
       
    21 #include <f32file.h>
       
    22 #include <e32math.h>
       
    23 
       
    24 
       
    25 /**
       
    26 Fat32 ClusterBound Class. Inherits from the base class.
       
    27 Contains functions needed in attempting to access outside the 
       
    28 bounds of the cluster range
       
    29 */ 
       
    30 class CBaseTestFat32ClusterBound : public CBaseTestFat32Base
       
    31 	{
       
    32 	public:
       
    33 		CBaseTestFat32ClusterBound (); 
       
    34 		virtual  ~CBaseTestFat32ClusterBound ();
       
    35 		virtual TVerdict doTestStepL();	
       
    36 		TInt TestClusterBoundsWriteFile();
       
    37 		TInt TestClusterBoundsCreateFiles();
       
    38 		
       
    39 	protected:				
       
    40 };
       
    41 
       
    42 _LIT(KTestStepClusterBound, "ClusterBound");
       
    43 
       
    44 #endif // BASETESTFAT32CLUSTERBOUND_H