First cut of thread pools in fshell. Not fully working yet.
Removed 4 overloads of CCommandBase::RunCommand[L] that are no longer used at all, and changed one more to not be exported as it's only used internally to iocli.dll.
Added a thread pool (CThreadPool) to fshell so that thread commands no longer have to spawn a new thread every time they run. As part of this, CCommandWrapperBase now derives from CActive so that CThreadCommand can use its CActive-ness. CThreadCommand rejigged quite a bit to use CThreadPool (via MTaskRunner interface).
; SkeletonTemplate.pkg
;
; [[COPYRIGHT]]
;
; List of localised vendor name
%{"SkeletonTemplate"}
; The non-localised, globally unique vendor name
:"Symbian"
; Package header
; Name, UID3, Major, Minor, Build, Package-type
#{"SkeletonTemplate"}, ([[UID]]), 1, 0, 0, TYPE=SA
; ProductID for UIQ 3.0
; Product/platform version UID, Major, Minor, Build, Component name
(0x101F6300), 3, 0, 0, {"UIQ30ProductID"}
; Files to install for the application
"\EPOC32\RELEASE\armv5\UREL\SkeletonTemplate.exe"-"!:\sys\bin\SkeletonTemplate.exe"
"\EPOC32\DATA\Z\Resource\Apps\SkeletonTemplate_loc.RSC"-"!:\Resource\Apps\SkeletonTemplate_loc.RSC"
"\EPOC32\DATA\Z\private\10003a3f\apps\SkeletonTemplate_reg.RSC"-"!:\private\10003a3f\import\apps\SkeletonTemplate_reg.RSC"