diff -r 57c618273d5c -r bbf46f59e123 graphicscomposition/openwfsupport/test/tstreamoperation/surfaceutility.h --- a/graphicscomposition/openwfsupport/test/tstreamoperation/surfaceutility.h Thu Aug 19 11:11:18 2010 +0300 +++ b/graphicscomposition/openwfsupport/test/tstreamoperation/surfaceutility.h Tue Aug 31 16:31:06 2010 +0300 @@ -62,8 +62,6 @@ //Native Stream void FillNativeStreamSurfaceL(TSurfaceId& aSurface, TUint8* aBufferPtr, const TRgb& aColor); TBool CompareSurfacesL(TSurfaceId& aSurface, TInt aBuffer, TSurfaceId& aStreamSurface, TUint8* aBufferPtr); - - void SetAutoUpdateScreenNum(TInt aScreenNum); RSurfaceManager& Manager() {return iManager;} RSurfaceUpdateSession& Session() {return iSurfaceUpdateSession;} private: @@ -73,7 +71,6 @@ private: RSurfaceManager iManager; RSurfaceUpdateSession iSurfaceUpdateSession; - TInt iScreenNum; //This local object wraps the array operations in a heap switch //The reason for providing this wrapper is to allow threads to share the surface manager surface ID list. //In particular, the next test can attempt to release the previous test's surfaces if it paniced.