localisation/apparchitecture/inc/ApLaunchChecker.h
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    46 An instance of the CAppLaunchChecker class is used to notify an application server whether or not
    46 An instance of the CAppLaunchChecker class is used to notify an application server whether or not
    47 an application should be launched. Inside the plug-in could be implemented some addition actions, 
    47 an application should be launched. Inside the plug-in could be implemented some addition actions, 
    48 for instance closing some low priority applications.
    48 for instance closing some low priority applications.
    49 
    49 
    50 @publishedPartner
    50 @publishedPartner
    51 @prototype
    51 @released
    52 @see TApaTaskList
    52 @see TApaTaskList
    53 @see TUid */
    53 @see TUid */
    54 	{
    54 	{
    55 public:
    55 public:
    56 	/** Defines codes for launching an application */
    56 	/** Defines codes for launching an application */
    80 	TInt iReserved2;    
    80 	TInt iReserved2;    
    81 	TInt iReserved3;
    81 	TInt iReserved3;
    82 	};
    82 	};
    83 	
    83 	
    84 #endif
    84 #endif
       
    85