[Clientapps-cvs] symbianMmf/audiocontroller hxmmfaudioctrl.cpp, 1.35, 1.36
pcano at helixcommunity.org pcano at helixcommunity.orgUpdate of /cvsroot/clientapps/symbianMmf/audiocontroller In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv14024/audiocontroller Modified Files: hxmmfaudioctrl.cpp Log Message: "Nokia submits this code under the terms of a commercial contribution agreement with Real Networks, and I am authorized to contribute this code under said agreement." Modified by: Ext-pablo.1.cano at nokia.com Reviewed by: Date: 11/17/2009 Project: symbianmmf_rel ErrorId: PAMK-7WVSFS Synopsis: Fusion Player does not have an "About Application" option Overview: Fusion Player, which replaces Media Player in 9.2, no longer has an "About Application" option. Therefore, it will be harder to get information on what version of Helix is being used, especially for Production builds. This makes error analysis and correction more difficult. Solution: A new key/value pair was introduced in order for the "MMFControllerVersion" info to be written into the R1_Mobile_4_0.cfg file. Files modified: /cvsroot/clientapps/symbianMmf/audiocontroller/hxmmfaudioctrl.cpp /cvsroot/clientapps/symbianMmf/videocontroller/hxmmfctrlimpl.cpp Files added: None Image Size and Heap Use impact: None. Module Release testing (STIF) : N/A Test case(s) Added : No Memory leak check performed : Yes Platforms and Profiles Build Verified: helix-client-s60-50-mmf-mdf-arm Platforms and Profiles Functionality verified: armv5, winscw Branch: cays210, brizo420, head Diff: Index: hxmmfaudioctrl.cpp =================================================================== RCS file: /cvsroot/clientapps/symbianMmf/audiocontroller/hxmmfaudioctrl.cpp,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- hxmmfaudioctrl.cpp 24 Nov 2009 20:03:42 -0000 1.35 +++ hxmmfaudioctrl.cpp 4 Dec 2009 21:22:54 -0000 1.36 @@ -79,7 +79,6 @@ #include "platform.h" #include "hxcommn.h" #include "hxmedpltfmloader.h" -#include "pckunpck.h" // @@ -134,15 +133,7 @@ { m_pRegistry->DeleteByName("MMF.SecureOutput"); } - if(m_pPrefs) - { //Store MMF Controller Version - IHXBuffer* pBufferV = NULL; - CreateStringBufferCCF(pBufferV,(char*)TARVER_STR_PLATFORM, NULL); - m_pPrefs->WritePref("MMFControlerVersion",pBufferV); - pBufferV->Release(); - } HX_DELETE(m_pMetaData); - HX_RELEASE(m_pPrefs); #ifdef HELIX_FEATURE_S60_PROGDOWN HX_RELEASE(m_pDownloadObserver);