sapi_applicationmanager/tsrc/dev/testappmngui/inc/testappmngui.hrh
author BuildAdmin@LON-ENGBUILD89
Thu, 23 Apr 2009 17:08:16 +0100
changeset 3 1939abe97e09
parent 0 14df0fbfcc4e
permissions -rw-r--r--
[maven-scm] copy for tag serviceapi_FCL.001

/*
* Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/


#ifndef __testappmngui_HRH__
#define __testappmngui_HRH__

/** testappmngui enumerate command codes */
enum TtestappmnguiIds
    {
    EtestappmnguiCommand1 = 1,  // start value must not be 0
    EtestappmnguiCommand2 = 2,  // start value must not be 0
    EtestappmnguiCommand3 = 3,  // start value must not be 0
    EtestappmnguiCommand4 = 4  // start value must not be 0
    };


#endif // __testappmngui_HRH__