[Clientapps-cvs] symbianMmf/videocontroller hxmmfctrlimpl.cpp, 1.12.2.72, 1.12.2.73
pcano at helixcommunity.org pcano at helixcommunity.orgUpdate of /cvsroot/clientapps/symbianMmf/videocontroller
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv13374/videocontroller
Modified Files:
Tag: hxclient_2_1_0_cayennes
hxmmfctrlimpl.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: hxmmfctrlimpl.cpp
===================================================================
RCS file: /cvsroot/clientapps/symbianMmf/videocontroller/hxmmfctrlimpl.cpp,v
retrieving revision 1.12.2.72
retrieving revision 1.12.2.73
diff -u -d -r1.12.2.72 -r1.12.2.73
--- hxmmfctrlimpl.cpp 24 Nov 2009 19:35:39 -0000 1.12.2.72
+++ hxmmfctrlimpl.cpp 4 Dec 2009 21:16:47 -0000 1.12.2.73
@@ -80,7 +80,6 @@
#include "hxtlogutil.h"
#include "platform.h"
#include "hxcommn.h"
-#include "pckunpck.h"
#ifdef HELIX_FEATURE_S60_PROGDOWN
#include "ihxdownloadeventobserver.h"
#endif
@@ -150,13 +149,6 @@
{
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_pScheduler3);
HX_RELEASE(m_pPrefs);