diff -r 5554410e16f5 -r 36d7ded3ca23 mmsharing/livecommsui/lcuiengine/tsrc/ut_lcuieng/lcstub/src/lcenginestub.cpp --- a/mmsharing/livecommsui/lcuiengine/tsrc/ut_lcuieng/lcstub/src/lcenginestub.cpp Tue Jul 06 14:13:16 2010 +0300 +++ b/mmsharing/livecommsui/lcuiengine/tsrc/ut_lcuieng/lcstub/src/lcenginestub.cpp Wed Aug 18 09:46:00 2010 +0300 @@ -87,8 +87,10 @@ // // ----------------------------------------------------------------------------- // -TBool CLcEngineStub::IsFeatureSupported( TLcFeature /*aLcFeature*/ ) +TBool CLcEngineStub::IsFeatureSupported( TLcFeature aLcFeature ) { + if (ELcSendVideoQuery == aLcFeature) + return true; return lcutStub_LcEngine_lcFeatureSupported; }