mmsharing/livecommsui/lcuiengine/tsrc/ut_lcuieng/lcstub/src/lcenginestub.cpp
changeset 29 36d7ded3ca23
parent 22 496ad160a278
child 34 01f0bb65bcf1
equal deleted inserted replaced
26:5554410e16f5 29:36d7ded3ca23
    85 
    85 
    86 // -----------------------------------------------------------------------------
    86 // -----------------------------------------------------------------------------
    87 //
    87 //
    88 // -----------------------------------------------------------------------------
    88 // -----------------------------------------------------------------------------
    89 //
    89 //
    90 TBool CLcEngineStub::IsFeatureSupported( TLcFeature /*aLcFeature*/ )
    90 TBool CLcEngineStub::IsFeatureSupported( TLcFeature aLcFeature )
    91     {
    91     {
       
    92     if (ELcSendVideoQuery == aLcFeature)
       
    93         return true;
    92     return lcutStub_LcEngine_lcFeatureSupported;
    94     return lcutStub_LcEngine_lcFeatureSupported;
    93     }
    95     }
    94 
    96 
    95 // -----------------------------------------------------------------------------
    97 // -----------------------------------------------------------------------------
    96 //
    98 //