omads/omadsappui/ui/inc/NSmlDSSync.hrh
branchRCL_3
changeset 24 8e7494275d3a
parent 23 2bb96f4ecad8
child 25 4f0867e42d62
equal deleted inserted replaced
23:2bb96f4ecad8 24:8e7494275d3a
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef NSMLDSSYNC_HRH
       
    20 #define NSMLDSSYNC_HRH
       
    21 
       
    22 
       
    23 enum TSmlMenuCommands
       
    24     {
       
    25 	ENSmlMenuTest1 = 1,
       
    26         ENSmlMenuTest2 = 2
       
    27     };
       
    28 
       
    29 
       
    30 enum TAIWTestAppCommandIds
       
    31     {
       
    32     EAIWTestAppCmdTest = 1,
       
    33     EAIWTestAppCmdAiwPlaceholder = 10,
       
    34     EAIWTestAppCmdExit = 2,
       
    35     EAiwTestAppCmdLast = 11
       
    36     };
       
    37 
       
    38 
       
    39 
       
    40 #endif      // NSMLDSSYNC_HRH