baseintegtests/baseintegrationtest/testsuites/sd/inc/sddialogbox.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) 2007-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 SDDIALOGBOX_H
       
    17 #define SDDIALOGBOX_H
       
    18 
       
    19 #include "sdbase.h"
       
    20 
       
    21 /*
       
    22 SD Test Step. Display a Dialogue Box to notify user of required manual operations.
       
    23 */
       
    24 class CBaseTestSDDialogBox : public CBaseTestSDBase
       
    25 	{
       
    26 public:
       
    27 	CBaseTestSDDialogBox();
       
    28 	virtual TVerdict doTestStepPreambleL();
       
    29 	virtual TVerdict doTestStepL();
       
    30 
       
    31 private:
       
    32 	};
       
    33 
       
    34 _LIT(KTestStepDialogBox, "DialogBox");
       
    35 
       
    36 #endif // SDDIALOGBOX_H