Merged from FCL, GCC-E compilation error in homescreensrv (2098) fixed by Leo Zhengyh RCL_3
authorjake
Wed, 31 Mar 2010 13:30:40 +0300
branchRCL_3
changeset 44 c2817bb2a55c
parent 19 502e5d91ad42
child 62 d01c4da1f0fd
child 69 cb506ec2d869
Merged from FCL, GCC-E compilation error in homescreensrv (2098) fixed by Leo Zhengyh
homescreenpluginsrv/hspsresult/src/hspspluginidlist.cpp
--- a/homescreenpluginsrv/hspsresult/src/hspspluginidlist.cpp	Mon Mar 15 12:41:53 2010 +0200
+++ b/homescreenpluginsrv/hspsresult/src/hspspluginidlist.cpp	Wed Mar 31 13:30:40 2010 +0300
@@ -10,6 +10,7 @@
 * Nokia Corporation - initial contribution.
 *
 * Contributors:
+* Leo Zheng - GCC-E compilation error fix (2098)
 *
 * Description:  Class ChspsPluginIdList is a HSPS utility class for passing
 * 				 plugin ids from a client process to the server process.
@@ -30,7 +31,7 @@
 // might leave.
 // -----------------------------------------------------------------------------
 //
-EXPORT_C ChspsPluginIdList::ChspsPluginIdList( TInt aGranularity ) : CArrayFixFlat( aGranularity )
+EXPORT_C ChspsPluginIdList::ChspsPluginIdList( TInt aGranularity ) : CArrayFixFlat<TInt>( aGranularity )
     {
     }