fbs/fontandbitmapserver/tfbs/TBitmap.h
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 116 171fae344dd4
--- a/fbs/fontandbitmapserver/tfbs/TBitmap.h	Tue Feb 02 01:47:50 2010 +0200
+++ b/fbs/fontandbitmapserver/tfbs/TBitmap.h	Fri Apr 16 16:21:04 2010 +0300
@@ -23,6 +23,7 @@
 #include "TGraphicsHarness.h"
 #include "../sfbs/fbsbitmapasyncstreamer.h"
 
+
 //The main test class. Add your test methods here.
 class CTBitmap : public CTGraphicsBase
 	{
@@ -91,6 +92,10 @@
 	void TestDisconnectWithBitmapL();
 	void TestTouchedAndVolatileL();
 	void TestBitmapWhiteFillL();
+#ifdef _DEBUG
+	void TestBitmapUtilWithUnsupportedBitmap(const TDesC& aThreadName, TAny* aFunctionPtr);
+	void TestBitmapUtilWithUnsupportedBitmaps();
+#endif
 private:
 	void DoStreamBitmapSizes(TDisplayMode aDispMode);
 	void DoStreamBitmap(const TSize& aSize,TDisplayMode aDispMode,TBool aBlank);