harvester/client/inc/harvesterrequestactive.h
branchRCL_3
changeset 14 646a02f170b9
parent 3 b73a2e62868f
child 43 c5e73110f733
equal deleted inserted replaced
8:6752808b2036 14:646a02f170b9
    58      * @return New CHarvesterRequestActive object.
    58      * @return New CHarvesterRequestActive object.
    59      */
    59      */
    60     static CHarvesterRequestActive* NewL( 
    60     static CHarvesterRequestActive* NewL( 
    61             RHarvesterClient& aClient, MHarvestObserver* aObserver,
    61             RHarvesterClient& aClient, MHarvestObserver* aObserver,
    62             TInt aService, const TDesC& aUri, 
    62             TInt aService, const TDesC& aUri, 
    63             HBufC8* aAlbumIds, TBool& aAddLocation,
    63             HBufC8* aAlbumIds, TBool aAddLocation,
    64             CHarvesterRequestQueue* aQueue );
    64             CHarvesterRequestQueue* aQueue );
    65 
    65 
    66     /**
    66     /**
    67      * Start harvesting
    67      * Start harvesting
    68      *
    68      *
   102      * @param aQueue Queue for harvester calls
   102      * @param aQueue Queue for harvester calls
   103      * @return New CHarvesterRequestActive object.
   103      * @return New CHarvesterRequestActive object.
   104      */
   104      */
   105     CHarvesterRequestActive( RHarvesterClient& aClient,
   105     CHarvesterRequestActive( RHarvesterClient& aClient,
   106             MHarvestObserver* aObserver, TInt aService, const TDesC& aUri, 
   106             MHarvestObserver* aObserver, TInt aService, const TDesC& aUri, 
   107             HBufC8* aAlbumIds, TBool& aAddLocation,
   107             HBufC8* aAlbumIds, TBool aAddLocation,
   108             CHarvesterRequestQueue* aQueue );
   108             CHarvesterRequestQueue* aQueue );
   109 
   109 
   110     /**
   110     /**
   111      * Handles an active object's request completion event.
   111      * Handles an active object's request completion event.
   112      *
   112      *