taskswitcher/contextengine/tsfswpreviewprovider/wsplugin/inc/previewprovidercrp.h
branchRCL_3
changeset 35 3321d3e205b6
parent 34 5456b4e8b3a8
--- a/taskswitcher/contextengine/tsfswpreviewprovider/wsplugin/inc/previewprovidercrp.h	Wed Sep 01 12:32:46 2010 +0100
+++ b/taskswitcher/contextengine/tsfswpreviewprovider/wsplugin/inc/previewprovidercrp.h	Tue Sep 14 20:58:58 2010 +0300
@@ -117,7 +117,7 @@
     /*
      * Allocate resources and take screenshot
      */
-    void ScreenshotL();
+    void ScreenshotL( TBool aRotation );
     
     /**
      * Takes the screenshot.
@@ -144,7 +144,7 @@
     /**
      * Notifies the PreviewProviderClient when screenshot is ready for copying.
      */     
-    void ScaleCompleteL(const CFbsBitmap& aBitmap);
+    void ScaleCompleteL( const CFbsBitmap& aBitmap, TBool aRotation );
     
     /**
      * Notifies the PreviewProviderClient when an application has been exited.
@@ -152,11 +152,6 @@
     void UnregisterComplete( TInt aWgId );
     
     /**
-     * Notifies the PreviewProviderClient that specific bitmap needs rotation.
-     */
-    void BitmapRotationNeeded( TInt aWgId, TBool aClockwise );
-    
-    /**
      * Uses window server front buffer to create a screenshot.
      * @param aFront preallocated destination bitmap
      * @param aFront Front buffer.