fbs/fontandbitmapserver/tfbs/TBitmap.h
changeset 187 9f66f99ee56f
parent 36 01a6848ebfd7
child 164 25ffed67c7ef
equal deleted inserted replaced
103:2717213c588a 187:9f66f99ee56f
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 #ifndef __TBITMAP_H__
    18 #ifndef __TBITMAP_H__
    19 #define __TBITMAP_H__
    19 #define __TBITMAP_H__
    20 
    20 
    21 #include <gdi.h>
    21 #include <gdi.h>
    22 #include "TFBS.H"
    22 #include "TFBS.H"
    23 #include "TGraphicsHarness.h"
    23 #include "test/TGraphicsHarness.h"
    24 #include "../sfbs/fbsbitmapasyncstreamer.h"
    24 #include "fbsbitmapasyncstreamer.h"
    25 
    25 
    26 
    26 
    27 //The main test class. Add your test methods here.
    27 //The main test class. Add your test methods here.
    28 class CTBitmap : public CTGraphicsBase
    28 class CTBitmap : public CTGraphicsBase
    29 	{
    29 	{