activityfw/storage/client/inc/afthumbnailrequest_p.h
changeset 119 50e220be30d1
parent 107 b34d53f6acdf
--- a/activityfw/storage/client/inc/afthumbnailrequest_p.h	Mon Sep 13 13:26:33 2010 +0300
+++ b/activityfw/storage/client/inc/afthumbnailrequest_p.h	Mon Sep 20 10:22:22 2010 +0300
@@ -28,7 +28,6 @@
 public:
     static void NewLD(MAfAsyncRequestObserver &observer, 
                       MAfAsyncSession & session,
-                      TSize resolution,
                       const TDesC& source,
                       TAny* userData);
 
@@ -46,7 +45,7 @@
                                MAfAsyncSession &, 
                                TAny*);
 
-    void ConstructL(TSize resolution, const TDesC& source);
+    void ConstructL(const TDesC& source);
 
 private:
     MAfAsyncRequestObserver &mObserver;