inc/mpxvideoplayercustomviewmsgconsts.h
changeset 0 96612d01cf9f
child 10 ce5ada96ab30
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2009 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 the License "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:  Constant header for feeds view messages*
       
    15 */
       
    16 
       
    17 
       
    18 // Version : %version: 2 %
       
    19 
       
    20 #ifndef __MPXVIDEOPLAYERCUSTOMVIEWMSGCONSTS_H__
       
    21 #define __MPXVIDEOPLAYERCUSTOMVIEWMSGCONSTS_H__
       
    22 
       
    23 /**
       
    24 * Constants for Media Player application's custom
       
    25 * feeds view message commands.
       
    26 */
       
    27 
       
    28 const TInt KVcxCustomViewMessageCmd = 0x200211F9;
       
    29 
       
    30 const TInt KVcxCustomViewMessagePtr = 0x200211F9;
       
    31 
       
    32 #endif // __MPXVIDEOPLAYERCUSTOMVIEWMSGCONSTS_H__