datacommsserver/networkingdialogapi/TE_Dialog/src/TestDialogPostDelete.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 /**
       
     2 * Copyright (c) 2004-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 "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 * POSTDELETE.H
       
    16 * Ini file preparation
       
    17 * 
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 
       
    23 /**
       
    24  @file
       
    25  @internalComponent
       
    26 */
       
    27 
       
    28 //Test Framework Header
       
    29 #include <test/testexecutestepbase.h>
       
    30 
       
    31 _LIT(KFilePath, "c:\\private\\101F7989\\esock\\agentdialog.ini");
       
    32 
       
    33 ///////////////////////////////////////////////
       
    34 // Test Post Delete agentdialog.ini
       
    35 class CTestPostDeleteIni : public CTestStep
       
    36 {
       
    37 public:
       
    38 	CTestPostDeleteIni();
       
    39 	virtual ~CTestPostDeleteIni();
       
    40 
       
    41 	virtual enum TVerdict doTestStepL( void );
       
    42 	void deleteFileL (const TDesC& aFileName);
       
    43 
       
    44 private:
       
    45 };
       
    46 
       
    47 _LIT(KPostDeleteDialog,"PostDeleteDialog");
       
    48