uigraphics/AknIcon/SvgtFbsRasterizer/inc/SvgtRasterizerCacheLimitHandler.h
changeset 79 a1b3ef187795
equal deleted inserted replaced
64:ecb300a325e8 79:a1b3ef187795
       
     1 /*
       
     2 * Copyright (c) 2002 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:   MSvgtRasterizerCacheLimitHandler class.
       
    15 *
       
    16 */
       
    17 
       
    18 #if !defined(_ENABLESVGTRASTERIZER_H_)
       
    19 #define _ENABLESVGTRASTERIZER_H_
       
    20 #include <e32def.h>
       
    21 
       
    22 const TUint32 KUidEnableSvgtRasterizer = 0x10286586;
       
    23 
       
    24 class MSvgtRasterizerCacheLimitHandler
       
    25     {
       
    26 public:
       
    27     virtual void ChangeCacheLimit( TBool aChangeCacheLimit ) = 0;
       
    28     };
       
    29 
       
    30 #endif //_ENABLESVGTRASTERIZER_H_