harvester/client/inc/harvesterrequestactive.h
branchRCL_3
changeset 6 646a02f170b9
parent 2 b73a2e62868f
--- a/harvester/client/inc/harvesterrequestactive.h	Fri Feb 19 23:14:48 2010 +0200
+++ b/harvester/client/inc/harvesterrequestactive.h	Fri Mar 12 15:44:28 2010 +0200
@@ -60,7 +60,7 @@
     static CHarvesterRequestActive* NewL( 
             RHarvesterClient& aClient, MHarvestObserver* aObserver,
             TInt aService, const TDesC& aUri, 
-            HBufC8* aAlbumIds, TBool& aAddLocation,
+            HBufC8* aAlbumIds, TBool aAddLocation,
             CHarvesterRequestQueue* aQueue );
 
     /**
@@ -104,7 +104,7 @@
      */
     CHarvesterRequestActive( RHarvesterClient& aClient,
             MHarvestObserver* aObserver, TInt aService, const TDesC& aUri, 
-            HBufC8* aAlbumIds, TBool& aAddLocation,
+            HBufC8* aAlbumIds, TBool aAddLocation,
             CHarvesterRequestQueue* aQueue );
 
     /**