[Clientapps-cvs] symbiancommon chxavstringutils.cpp, 1.21.76.1, 1.21.76.2
amsaleem at helixcommunity.org amsaleem at helixcommunity.orgUpdate of /cvsroot/clientapps/symbiancommon
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv19716
Modified Files:
Tag: hxclient_4_2_0_brizo
chxavstringutils.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: saleem.adookkattil at nokia.com
Reviewed by:
Date: 04/28/2010
Project: symbian_client_apps
ErrorId: Not yet created
Synopsis: Added a flag to disable features implemented using symbian S60 Avkon
Overview:
Added feature flag HELIX_FEATURE_SYMBIAN_S60_AVKON to disable features implemented using symbian S60 avkon API.
In order to enable features implemented using symbian S60 avkon API by default in all S60 profiles, added this flag definition to helix-client-s60-common.pfi.
To remove these features from symbian 4 hardware integration build, removed it in helix-client-symbian-4-integration-common.pfi.
As aknnotify.lib not being used in phonon project, removed it from phonon symbian.pcf.
Files modified:
build/umakecf/symbian-91.cf
build/umakepf/helix-client-symbian-4-integration-common.pfi
build/umakepf/helix-client-symbian-4-common.pfi
build/umakepf/helix-client-s60-common.pfi
clientapps/symbianMmf/audiocontroller/controllerdll
clientapps/symbianMmf/videocontroller/MmfCtrlDll
clientapps/appframeworks/phonon/symbian.pcf
clientapps/appframeworks/common/platform/symbian/hxsymbianappframework.cpp
clientapps/symbiancommon/chxavstringutils.cpp
clientapps/symbiancommon/pub/chxavstringutils.h
clientapps/symbiancommon/pub/chxavutil.h
Files added:
Files removed:
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-symbian-4, helix-client-symbian-4-integration
Platforms and Profiles Functionality verified: armv5, winscw
Branch: 4_2_0_brizo, HEAD
Index: chxavstringutils.cpp
===================================================================
RCS file: /cvsroot/clientapps/symbiancommon/chxavstringutils.cpp,v
retrieving revision 1.21.76.1
retrieving revision 1.21.76.2
diff -u -d -r1.21.76.1 -r1.21.76.2
--- chxavstringutils.cpp 26 Feb 2010 20:23:05 -0000 1.21.76.1
+++ chxavstringutils.cpp 29 Apr 2010 17:18:38 -0000 1.21.76.2
@@ -15,11 +15,6 @@
*
*****************************************************************************/
-// Symbian includes...
-#include <aknPopup.h>
-#include <akntitle.h>
-#include <eikenv.h>
-#include <coemain.h>
#include <stdlib.h>
#include <charconv.h>
#include <utf.h>