cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsycallcontroldialemergencycall.h
changeset 49 f50f4094acd7
equal deleted inserted replaced
48:14460bf2a402 49:f50f4094acd7
       
     1 // Copyright (c) 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 // @file testltsycallcontroldialemergencycall.h
       
    15 // 
       
    16 
       
    17 #ifndef TESTLTSYCALLCONTROLDIALEMERGENCYCALL_H_
       
    18 #define TESTLTSYCALLCONTROLDIALEMERGENCYCALL_H_
       
    19 
       
    20 //user include
       
    21 #include "testltsycallcontrolbase.h"
       
    22 
       
    23 class CTestLtsyCallControlDialEmergencyCall : public CTestLtsyCallControlBase
       
    24 	{
       
    25 	
       
    26 public:
       
    27 	virtual ~CTestLtsyCallControlDialEmergencyCall();
       
    28 	
       
    29 	CTestLtsyCallControlDialEmergencyCall(CTestLtsyModel& aModel);
       
    30 	
       
    31 protected:
       
    32 	virtual TVerdict doTestStepL();
       
    33 	};
       
    34 
       
    35 _LIT(KTestLtsyCallControlDialEmergencyCall,   "CTestLtsyCallControlDialEmergencyCall");
       
    36 
       
    37 #endif /*TESTLTSYCALLCONTROLDIALEMERGENCYCALL_H_*/