common/tools/ats/smoketest/localisation/apparchitecture/tef/tAppLaunchChecker.h
changeset 793 0c32c669a39d
child 872 17498133d9ad
equal deleted inserted replaced
792:893b85cda81b 793:0c32c669a39d
       
     1 // Copyright (c) 2005-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 "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent - Internal Symbian test code
       
    21 */
       
    22 
       
    23 #ifndef __TAPPLUNCHCHEKER_H__
       
    24 #define __TAPPLUNCHCHEKER_H__
       
    25 
       
    26 #include "..\inc\ApLaunchChecker.h"
       
    27 
       
    28 class CTAppLaunchChecker : public CAppLaunchChecker
       
    29 	{
       
    30 public:
       
    31 	// Two-phase constructor
       
    32 	static CTAppLaunchChecker* NewL();
       
    33 	~CTAppLaunchChecker();
       
    34 	//Inherited from CApplaunchChecker
       
    35 	TAppLaunchCode virtual OkayToLaunchL(const TUid aAppToLaunch, TApaTaskList& aTaskList);
       
    36 	};
       
    37 
       
    38 class CTAppLaunchChecker1 : public CAppLaunchChecker
       
    39 	{
       
    40 public:
       
    41 	// Two-phase constructor
       
    42 	static CTAppLaunchChecker1* NewL();
       
    43 	~CTAppLaunchChecker1();
       
    44 	//Inherited from CApplaunchChecker
       
    45 	TAppLaunchCode virtual OkayToLaunchL(const TUid aAppToLaunch, TApaTaskList& aTaskList);
       
    46 	};
       
    47 
       
    48 #endif