internetradio2.0/actionhandlerinc/iractionhandlerdefs.h
changeset 14 896e9dbc5f19
parent 12 608f67c22514
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
     1 /*
       
     2 * Copyright (c) 2008-2008 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:  This file contains LIW string definitions for IRActionHandler.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef IRACTIONHANDLERDEFS_H
       
    20 #define IRACTIONHANDLERDEFS_H
       
    21 
       
    22 #include <e32base.h>
       
    23 
       
    24 // map keys
       
    25 _LIT8( KIRCommand, "command" );
       
    26 
       
    27 // map values
       
    28 _LIT( KIRCommandValueStop, "stop" );
       
    29 _LIT( KIRCommandValuePlay, "play" );
       
    30 _LIT( KIRCommandValueStartNowPlaying, "startnowplaying" );
       
    31 
       
    32 #endif /* IRACTIONHANDLERDEFS_H */