tsrc/xmltestharness/xmlclient/src/statedes.h
changeset 0 0e4a32b9112d
equal deleted inserted replaced
-1:000000000000 0:0e4a32b9112d
       
     1 /*
       
     2 * Copyright (c) 2008-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 "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 /**
       
    20 @file
       
    21 @internalComponent
       
    22 */
       
    23 
       
    24 #ifndef STATEDES_H_
       
    25 #define STATEDES_H_
       
    26 
       
    27 #include <e32cmn.h>
       
    28 #include <openmax/il/khronos/v1_x/OMX_Core.h>
       
    29 #include <openmax/il/khronos/v1_x/OMX_Other.h>
       
    30 
       
    31 const TDesC* StateDes(OMX_STATETYPE aState);
       
    32 const TDesC* ClockStateDes(OMX_TIME_CLOCKSTATE aClockState);
       
    33 
       
    34 #endif /*STATEDES_H_*/