source_upgrading_log.txt

来自「Cell Id detector. Detects cell ID. Symbi」· 文本 代码 · 共 79 行

TXT
79
字号
Source upgrading log for project 'CellidDetector' (2008.9.19 03.15.00)FAILED PATCHES================SKIPPED PATCHES================APPLIED PATCHES================Description:	Patch #1: Factor out construction of container to allow user customizationLocation:		src/CellidDetectorContainerView.cppComponent:		com.nokia.sdt.series60.CCoeControl, upgrading version 1.1.0 to 1.2.0Unified diff:	+ 	+ /**	+  *	Creates the top-level container for the view.  You may modify this method's	+  *	contents and the CCellidDetectorContainer::NewL() signature as needed to initialize the	+  *	container, but the signature for this method is fixed.	+  *	@return new initialized instance of CCellidDetectorContainer	+  */	+ CCellidDetectorContainer* CCellidDetectorContainerView::CreateContainerL()	+ 	{	+ 	return CCellidDetectorContainer::NewL( ClientRect(), NULL, this );	+ 	}	+ 			Description:	Patch #2: Update class region comments to include public/protected/private section				Location:		inc/CellidDetectorContainerView.hComponent:		com.nokia.sdt.series60.CAknView, upgrading version 1.0.0 to 1.1.0Unified diff:	- 	// [[[ begin generated region: do not modify [Generated Methods]	+ 	// [[[ begin [Public Section]	+ public:	+ 	// [[[ begin generated region: do not modify [Generated Methods]	- public:Description:	Patch #3: Update class region comments to include public/protected/private sectionLocation:		inc/CellidDetectorContainerView.hComponent:		com.nokia.sdt.series60.CAknView, upgrading version 1.0.0 to 1.1.0Unified diff:	- 	// [[[ begin [Overridden Methods]	+ 					+ 	// ]]] end [Public Section]	+ 					+ 	// [[[ begin [Protected Section]	+ protected:	+ 	// [[[ begin [Overridden Methods]	- protected:Description:	Patch #4: Update class region comments to include public/protected/private sectionLocation:		inc/CellidDetectorContainerView.hComponent:		com.nokia.sdt.series60.CAknView, upgrading version 1.0.0 to 1.1.0Unified diff:	- 	// [[[ begin generated region: do not modify [Generated Instance Variables]	+ 	+ 	// ]]] end [Protected Section]	+ 	+ 	// [[[ begin [Private Section]	+ private:	+ 	// [[[ begin generated region: do not modify [Generated Instance Variables]	- private:Description:	Patch #5: Update class region comments to include public/protected/private sectionLocation:		inc/CellidDetectorContainerView.hComponent:		com.nokia.sdt.series60.CAknView, upgrading version 1.0.0 to 1.1.0Unified diff:	- 	// ]]] end generated region [Generated Instance Variables]	+ 	// ]]] end generated region [Generated Instance Variables]	+ 	+ 	// ]]] end [Private Section]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?