cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsycallcontrolnotifyincomingcallcase2.h
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     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 testltsycallcontrolnotifyincomingcallcase2.h
       
    15 // 
       
    16 
       
    17 #ifndef TESTLTSYCALLCONTROLNOTIFYINCOMINGCALLCASE2_H_
       
    18 #define TESTLTSYCALLCONTROLNOTIFYINCOMINGCALLCASE2_H_
       
    19 
       
    20 //user include
       
    21 #include "testltsycallcontrolbase.h"
       
    22 
       
    23 class CTestLtsyCallControlNotifyIncomingCallCase2 : public CTestLtsyCallControlBase
       
    24 	{
       
    25 public:
       
    26 	virtual ~CTestLtsyCallControlNotifyIncomingCallCase2();
       
    27 	
       
    28 	CTestLtsyCallControlNotifyIncomingCallCase2(CTestLtsyModel& aModel);
       
    29 	
       
    30 protected:
       
    31 	virtual TVerdict doTestStepL();	
       
    32 	};
       
    33 
       
    34 _LIT(KTestLtsyCallControlNotifyIncomingCallCase2,   "CTestLtsyCallControlNotifyIncomingCallCase2");
       
    35 
       
    36 #endif /*TESTLTSYCALLCONTROLNOTIFYINCOMINGCALLCASE2_H_*/