sapi_applicationmanager/tsrc/dev/testappmngui/inc/testappmngui.hrh
author Andy Simpson<andrews@symbian.org>
Thu, 21 May 2009 09:46:14 +0100
changeset 2 e016a6bab8e4
parent 0 14df0fbfcc4e
permissions -rw-r--r--
Tag source matching PDK release 2.0.a

/*
* 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__