networkcontrol/ipupsplugins/test/te_ipups/inc/te_ipups_delete_decision_db.h
branchCompilerCompatibility
changeset 9 7e9ef0db0a3d
parent 7 53c7f3ef2709
parent 6 e7dfaa7b0b8d
equal deleted inserted replaced
7:53c7f3ef2709 9:7e9ef0db0a3d
     1 // Copyright (c) 2008-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 // te_ipups_notify_count.h
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @test
       
    21  @internalComponent - Internal Symbian test code 
       
    22 */
       
    23 
       
    24 
       
    25 #if (!defined DELETE_DECISION_DB_STEP_H)
       
    26 #define DELETE_DECISION_DB_STEP_H
       
    27 #include <test/testexecutestepbase.h>
       
    28 
       
    29 class CIpUpsDeleteDecisionDB : public CTeIpUpsStepBase
       
    30 	{
       
    31 public:
       
    32 	CIpUpsDeleteDecisionDB();
       
    33 	virtual ~CIpUpsDeleteDecisionDB();
       
    34 	virtual TVerdict doTestStepPreambleL();
       
    35 	virtual TVerdict doTestStepL();
       
    36 	virtual TVerdict doTestStepPostambleL();	
       
    37 	};
       
    38 
       
    39 _LIT(KIpUpsDeleteDecisionDB,"IpUpsDeleteDecisionDB");
       
    40 
       
    41 
       
    42 #endif