List Info

Thread: CR: Parse Build Date in Config File




CR: Parse Build Date in Config File
user name
2006-08-24 16:57:38
Looks good.
--greg.


Shy.Wardnokia.com wrote:
> 	Parse Build Date in Config File
> 
> 	"Nokia submits this code under the terms of a
commercial
> contribution agreement 
> 	with RealNetworks, and I am authorized to contribute
this code
> under said agreement."
> 
> 	Modified by: shy.wardnokia.com
> 
> 	Reviewed by: 
> 
> 	Date: 08-23-2006.
> 
> 	Error ID: TSW ID=LDAG-6SVMKL.
> 
> 	Project: Helix plugin for Symbian
> 
> 	Synopsis: Parse Build Date in Config File
> 
> 	The build date is returned in GetApplicationConfig
call but it
> was not mapped so it would be parsed on the
corresponding
> 	SetApplicationConfig call. This would cause a parse
error. This
> error has been in Helix for some time. I've added the
mapping
> 	so it is parsed correctly. This causes problems with
the
> testrmplayer updating the config file.
> 
> 	Files Modified: 
> 
> 	clientapps/symbianMmf/hxmmfconfigutil.cpp
> 
> 	Files Added: None.
> 
> 	Image Size and Heap Use impact: none.
> 
> 	Platforms and Profiles Build Verified:
> helix-client-s60-mmf-mdf-arm
> 
> 	Platforms and Profiles Functionality verified: armv5
> 
> 	Branch: head, hxclient_2_1_0_cayennes
> 
> 	cvs diff: Diffing .
> 	Index: hxmmfconfigutil.cpp
> 	
>
============================================================
=======
> 	RCS file:
/cvsroot/clientapps/symbianMmf/hxmmfconfigutil.cpp,v
> 	retrieving revision 1.2.2.2
> 	diff -w -u -b -r1.2.2.2 hxmmfconfigutil.cpp
> 	--- hxmmfconfigutil.cpp 3 Feb 2006 14:48:47 -0000     
 1.2.2.2
> 	+++ hxmmfconfigutil.cpp 23 Aug 2006 20:28:12 -0000
> 	 -93,7 +93,8 
> 	     { "HorizontalAlignment"  ,
"HorizontalAlignment:Integer"
> },
> 	     { "VerticalAlignment"    ,
"VerticalAlignment:Integer"
> },
> 	     { "Contrast"             ,
"Contrast:Integer"
> },
> 	-    { "RTSPReferer"          ,
"RTSPReferer:String"
> }
> 	+    { "RTSPReferer"          ,
"RTSPReferer:String"
> },
> 	+    { "RNControllerBuildDate",
"RNControllerBuildDate:String"
> }
> 	 };
> 
> 	 static const int NumConfigEntries =
> sizeof(MmfConfigMap)/sizeof(HXMMFConfigMapping);
> 	 -107,7 +108,6 
> 	 #define MMFMINUDPPORT
"MinUDPPort:Integer"
> 	 #define MMFMAXUDPPORT
"MaxUDPPort:Integer"
> 	 #define HXUDPPORT  "UDPPort"
> 	-#define MMFCONTROLLERVERSION  
"RNControllerVersion:String"
> 	 #define MMFCONTROLLERBLDDATE  
"RNControllerBuildDate:String"
> 
> 
> 
> 
>
------------------------------------------------------------
------------
> 
> _______________________________________________
> Clientapps-dev mailing list
> Clientapps-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/
clientapps-dev

_______________________________________________
Clientapps-dev mailing list
Clientapps-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/
clientapps-dev
CN: Parse Build Date in Config File
user name
2006-08-24 18:54:37
 
Thanks, checked into HEAD & Cays210

Shy;
>-----Original Message-----
>From: ext Greg Wright [mailto:gwrightreal.com]

>Sent: Thursday, August 24, 2006 11:58 AM
>To: Ward Shy (Nokia-TP-MSW/Dallas)
>Cc: clientapps-devhelixcommunity.org
>Subject: Re: [Clientapps-dev] CR: Parse Build Date in
Config File
>
>Looks good.
>--greg.
>
>
>Shy.Wardnokia.com wrote:
>> 	Parse Build Date in Config File
>> 
>> 	"Nokia submits this code under the terms of
a 
>commercial contribution 
>> agreement
>> 	with RealNetworks, and I am authorized to
contribute 
>this code under 
>> said agreement."
>> 
>> 	Modified by: shy.wardnokia.com
>> 
>> 	Reviewed by: 
>> 
>> 	Date: 08-23-2006.
>> 
>> 	Error ID: TSW ID=LDAG-6SVMKL.
>> 
>> 	Project: Helix plugin for Symbian
>> 
>> 	Synopsis: Parse Build Date in Config File
>> 
>> 	The build date is returned in GetApplicationConfig
call 
>but it was 
>> not mapped so it would be parsed on the
corresponding
>> 	SetApplicationConfig call. This would cause a
parse 
>error. This error 
>> has been in Helix for some time. I've added the
mapping
>> 	so it is parsed correctly. This causes problems
with 
>the testrmplayer 
>> updating the config file.
>> 
>> 	Files Modified: 
>> 
>> 	clientapps/symbianMmf/hxmmfconfigutil.cpp
>> 
>> 	Files Added: None.
>> 
>> 	Image Size and Heap Use impact: none.
>> 
>> 	Platforms and Profiles Build Verified:
>> helix-client-s60-mmf-mdf-arm
>> 
>> 	Platforms and Profiles Functionality verified:
armv5
>> 
>> 	Branch: head, hxclient_2_1_0_cayennes
>> 
>> 	cvs diff: Diffing .
>> 	Index: hxmmfconfigutil.cpp
>> 	
>>
============================================================
=======
>> 	RCS file:
/cvsroot/clientapps/symbianMmf/hxmmfconfigutil.cpp,v
>> 	retrieving revision 1.2.2.2
>> 	diff -w -u -b -r1.2.2.2 hxmmfconfigutil.cpp
>> 	--- hxmmfconfigutil.cpp 3 Feb 2006 14:48:47 -0000 
     1.2.2.2
>> 	+++ hxmmfconfigutil.cpp 23 Aug 2006 20:28:12 -0000
>> 	 -93,7 +93,8 
>> 	     { "HorizontalAlignment"  ,
"HorizontalAlignment:Integer"
>> },
>> 	     { "VerticalAlignment"    ,
"VerticalAlignment:Integer"
>> },
>> 	     { "Contrast"             ,
"Contrast:Integer"
>> },
>> 	-    { "RTSPReferer"          ,
"RTSPReferer:String"
>> }
>> 	+    { "RTSPReferer"          ,
"RTSPReferer:String"
>> },
>> 	+    { "RNControllerBuildDate",
"RNControllerBuildDate:String"
>> }
>> 	 };
>> 
>> 	 static const int NumConfigEntries =
>> sizeof(MmfConfigMap)/sizeof(HXMMFConfigMapping);
>> 	 -107,7 +108,6 
>> 	 #define MMFMINUDPPORT
"MinUDPPort:Integer"
>> 	 #define MMFMAXUDPPORT
"MaxUDPPort:Integer"
>> 	 #define HXUDPPORT  "UDPPort"
>> 	-#define MMFCONTROLLERVERSION  
"RNControllerVersion:String"
>> 	 #define MMFCONTROLLERBLDDATE  
"RNControllerBuildDate:String"
>> 
>> 
>> 
>> 
>> 
>--------------------------------------------------------
--------------
>> --
>> 
>> _______________________________________________
>> Clientapps-dev mailing list
>> Clientapps-devhelixcommunity.org
>> http://lists.helixcommunity.org/mailman/listinfo/
clientapps-dev
>

_______________________________________________
Clientapps-dev mailing list
Clientapps-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/
clientapps-dev
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )