photosgallery/controllers/fetcher/src/glxfetchercontainer.cpp
branchRCL_3
changeset 11 71da52165949
parent 1 9ba538e329bd
child 13 bcb43dc84c44
equal deleted inserted replaced
9:6b87b143d312 11:71da52165949
   296 //  
   296 //  
   297 void CGlxFetcherContainer::Request(TInt aRequestStart, TInt aRequestEnd,
   297 void CGlxFetcherContainer::Request(TInt aRequestStart, TInt aRequestEnd,
   298         THgScrollDirection /*aDirection*/)
   298         THgScrollDirection /*aDirection*/)
   299     {
   299     {
   300     TRACER("CGlxFetcherContainer::Request()");
   300     TRACER("CGlxFetcherContainer::Request()");
   301     RequestL(aRequestStart, aRequestEnd);
   301     TRAP_IGNORE(RequestL( aRequestStart, aRequestEnd ));
   302     }
   302     }
   303 // ---------------------------------------------------------------------------
   303 // ---------------------------------------------------------------------------
   304 // RequestL
   304 // RequestL
   305 // ---------------------------------------------------------------------------
   305 // ---------------------------------------------------------------------------
   306 //  
   306 //  
   475 //  
   475 //  
   476 void CGlxFetcherContainer::HandleMarkingL( TInt aIndex, TBool/* aMarked*/ )
   476 void CGlxFetcherContainer::HandleMarkingL( TInt aIndex, TBool/* aMarked*/ )
   477     {
   477     {
   478     TRACER("CGlxGridViewImp::HandleMarkingL()");
   478     TRACER("CGlxGridViewImp::HandleMarkingL()");
   479     HandleMultipleMarkingL(aIndex);
   479     HandleMultipleMarkingL(aIndex);
       
   480     iEventObserver.HandleMarkEventL();    
   480     }
   481     }
   481 
   482 
   482 // ---------------------------------------------------------------------------
   483 // ---------------------------------------------------------------------------
   483 // HandleMultipleMarkingL
   484 // HandleMultipleMarkingL
   484 // ---------------------------------------------------------------------------
   485 // ---------------------------------------------------------------------------