activityfw/storage/client/inc/afthumbnailrequest_p.h
changeset 124 e36b2f4799c0
parent 109 e0aa398e6810
--- a/activityfw/storage/client/inc/afthumbnailrequest_p.h	Fri Sep 17 08:32:18 2010 +0300
+++ b/activityfw/storage/client/inc/afthumbnailrequest_p.h	Mon Oct 04 00:38:31 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;