videocollection/hgmyvideos/src/vcxhgmyvideosvideodataupdater.cpp
branchRCL_3
changeset 64 3eb824b18d67
parent 57 befca0ec475f
child 70 375929f879c2
equal deleted inserted replaced
60:f87e8c4ac026 64:3eb824b18d67
   111         CMyVideosIndicator& aVideosIndicator )
   111         CMyVideosIndicator& aVideosIndicator )
   112   : CActive( EPriorityStandard ),
   112   : CActive( EPriorityStandard ),
   113     iModel( aModel ),
   113     iModel( aModel ),
   114     iScroller( aScroller ),
   114     iScroller( aScroller ),
   115     iVideoArray( aVideoArray ),
   115     iVideoArray( aVideoArray ),
   116     iVideosIndicator( aVideosIndicator ),
   116     iVideosIndicator( aVideosIndicator )
   117     iPaused( EFalse )
       
   118     {
   117     {
   119     CActiveScheduler::Add( this );
   118     CActiveScheduler::Add( this );
   120     }
   119     }
   121 
   120 
   122 // -----------------------------------------------------------------------------
   121 // -----------------------------------------------------------------------------