uifw/AvKon/Avkon2MifHeader/mifheader.cdl.custom.h
changeset 0 2f259fa3e83a
child 4 8ca85d2f0db7
child 31 335efd829e98
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 "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 // This file was generated from MifHeader.cdl.
       
    19 // It contains the customisation API.
       
    20 // It should not be modified manually.
       
    21 
       
    22 #ifndef MIFHEADER_CDL_CUSTOM_H
       
    23 #define MIFHEADER_CDL_CUSTOM_H
       
    24 
       
    25 #include <CdlEngDef.h>
       
    26 #include "mifheader.cdl.common.h"
       
    27 
       
    28 namespace MifHeader
       
    29 {
       
    30 
       
    31 // This structure defines the interface to a customisation instance.
       
    32 // A customisation instance must supply an instance of this structure, with the pointer
       
    33 // members either being NULL, or pointing at functions or data of the correct type.
       
    34 
       
    35 #ifdef __WINS__
       
    36 struct SCdlImpl0
       
    37 #else
       
    38 struct SCdlImpl
       
    39 #endif
       
    40 	{
       
    41 	TCdlArray<TMifBitmapOffsetElement> const* indicies;
       
    42 	};
       
    43 #ifdef __WINS__
       
    44 struct SCdlImpl
       
    45 	{
       
    46 	SCdlImpl0 i0;
       
    47 	};
       
    48 #endif
       
    49 
       
    50 } // end of namespace MifHeader
       
    51 #endif // MIFHEADER_CDL_CUSTOM_H