videocollection/hgmyvideos/src/vcxhgmyvideosvideodataupdater.cpp
branchRCL_3
changeset 70 375929f879c2
parent 64 3eb824b18d67
equal deleted inserted replaced
64:3eb824b18d67 70:375929f879c2
   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 )
   117     {
   118     {
   118     CActiveScheduler::Add( this );
   119     CActiveScheduler::Add( this );
   119     }
   120     }
   120 
   121 
   121 // -----------------------------------------------------------------------------
   122 // -----------------------------------------------------------------------------