idlefw/tsrc/devicestatusplugin/stub/src/profileengine.cpp
branchRCL_3
changeset 31 8baec10861af
parent 28 053c6c7c14f3
equal deleted inserted replaced
30:a5a39a295112 31:8baec10861af
   198     {    
   198     {    
   199     }
   199     }
   200 
   200 
   201 
   201 
   202 TProfileRingingVolume CProfileEngine::TempRingingVolumeL() const
   202 TProfileRingingVolume CProfileEngine::TempRingingVolumeL() const
   203     {    
   203     {
       
   204     TProfileRingingVolume vol = EProfileRingingVolumeLevel1;
       
   205     return vol;
   204     }
   206     }
   205 
   207 
   206 
   208 
   207 void CProfileEngine::SetTempMediaVolumeL( TProfileRingingVolume /*aVolume*/ )
   209 void CProfileEngine::SetTempMediaVolumeL( TProfileRingingVolume /*aVolume*/ )
   208     {    
   210     {    
   209     }
   211     }
   210 
   212 
   211 
   213 
   212 TProfileRingingVolume CProfileEngine::TempMediaVolumeL() const
   214 TProfileRingingVolume CProfileEngine::TempMediaVolumeL() const
   213     {    
   215     {
       
   216     TProfileRingingVolume vol = EProfileRingingVolumeLevel1;
       
   217     return vol;
   214     }
   218     }
   215 
   219 
   216 
   220 
   217 TBool CProfileEngine::IsFeatureSupported( TProfileFeatureId /*aFeatureId*/ ) const
   221 TBool CProfileEngine::IsFeatureSupported( TProfileFeatureId /*aFeatureId*/ ) const
   218     { 
   222     {