tsrc/mceclientstub/src/mcefilesource.cpp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
   322 //
   322 //
   323 // -----------------------------------------------------------------------------
   323 // -----------------------------------------------------------------------------
   324 //
   324 //
   325 void CMceFileSource::InitializeL( CMceManager* aManager )
   325 void CMceFileSource::InitializeL( CMceManager* aManager )
   326     {
   326     {
       
   327     __ASSERT_ALWAYS( aManager, User::Leave( KErrArgument ) );
       
   328 
   327     iDuration = TTimeIntervalMicroSeconds( 100000000 );
   329     iDuration = TTimeIntervalMicroSeconds( 100000000 );
   328     
   330     
   329     iAudioElementCount = 1;
   331     iAudioElementCount = 1;
   330     iVideoElementCount = 1;
   332     iVideoElementCount = 1;
   331         
   333