vmbx/vmbxengine/src/vmbxcenrephandler.cpp
changeset 27 7eb70891911c
parent 19 e44a8c097b15
equal deleted inserted replaced
23:427125ac6cb8 27:7eb70891911c
   264 TBool CVmbxCenRepHandler::VideoSupported()
   264 TBool CVmbxCenRepHandler::VideoSupported()
   265     {
   265     {
   266     VMBLOGSTRING( "VMBX: CVmbxCenRepHandler::VideoSupported =>" );
   266     VMBLOGSTRING( "VMBX: CVmbxCenRepHandler::VideoSupported =>" );
   267     TBool supported( EFalse);
   267     TBool supported( EFalse);
   268 
   268 
   269     TInt res = iCRSession->Get( KVideoMbxSupport, supported );
   269     TInt res = iCRSession->Get( KVmbxVideoMbxSupport, supported );
   270 
   270 
   271     if ( KErrNone != res )
   271     if ( KErrNone != res )
   272         {
   272         {
   273         supported = EFalse;
   273         supported = EFalse;
   274         }
   274         }