baseapitest/basesvs/conformance/f32/fat32/inc/t_fat32mount.h
changeset 0 a41df078684a
child 15 4122176ea935
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 /*
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef T_FAT32MOUNT_H
       
    20 #define T_FAT32MOUNT_H
       
    21 
       
    22 #include <test/testexecutestepbase.h>
       
    23 #include <test/testexecuteserverbase.h>
       
    24 #include "t_fat32base.h"
       
    25 
       
    26 /**
       
    27 Fat32 Mount Class. Inherits from the base class.
       
    28 Contains functions needed to mount the file system
       
    29 */
       
    30 class CBaseTestFat32Mount : public CBaseTestFat32Base
       
    31 	{
       
    32 	public:
       
    33 		CBaseTestFat32Mount();
       
    34 		~CBaseTestFat32Mount();
       
    35 		virtual TVerdict doTestStepL();			
       
    36 	protected:
       
    37 	
       
    38 	
       
    39 };
       
    40 
       
    41 _LIT(KTestStepMount, "Mount");
       
    42 
       
    43 #endif // T_FAT32MOUNT_H