mmsharing/livecommsui/lcuiengine/tsrc/ut_lcuieng/lcstub/src/lcenginestub.cpp
changeset 34 01f0bb65bcf1
parent 29 36d7ded3ca23
equal deleted inserted replaced
29:36d7ded3ca23 34:01f0bb65bcf1
    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;
       
    94     return lcutStub_LcEngine_lcFeatureSupported;
    92     return lcutStub_LcEngine_lcFeatureSupported;
    95     }
    93     }
    96 
    94 
    97 // -----------------------------------------------------------------------------
    95 // -----------------------------------------------------------------------------
    98 //
    96 //