graphicsdeviceinterface/bitgdi/tbit/TBitgdiServer.cpp
changeset 136 62bb7c97884c
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
--- a/graphicsdeviceinterface/bitgdi/tbit/TBitgdiServer.cpp	Tue Jul 20 13:27:44 2010 +0300
+++ b/graphicsdeviceinterface/bitgdi/tbit/TBitgdiServer.cpp	Fri Jul 30 11:41:40 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -35,6 +35,7 @@
 #include "TFont.h"
 #include "toutlineandshadowfonts.h"
 #include "textendedbitmap.h"
+#include "tmultiplescreens.h"
 
  
 
@@ -164,6 +165,10 @@
 		{
 		testStep = new CTExtendedBitmapNegativeStep();
 		}
+	else if(aStepName == KTMultipleScreensStep)
+		{
+		testStep = new CTMultipleScreensStep();
+		}
 	TBuf<64> log;
 	_LIT(KBitgdi,"BITGDI Test %S ");
 	_LIT(KSucess,"created sucessfully.");