tsrc/mceclientstub/src/mcefilesource.cpp
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
equal deleted inserted replaced
21:33a5d2bbf6fc 22:73a1feb507fb
   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 
       
   329     iDuration = TTimeIntervalMicroSeconds( 100000000 );
   327     iDuration = TTimeIntervalMicroSeconds( 100000000 );
   330     
   328     
   331     iAudioElementCount = 1;
   329     iAudioElementCount = 1;
   332     iVideoElementCount = 1;
   330     iVideoElementCount = 1;
   333         
   331