⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 source_upgrading_log.txt

📁 Cell Id detector. Detects cell ID. Symbian C++ source code and App. Used with carbide c++.
💻 TXT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -