# HG changeset patch # User jake # Date 1270031440 -10800 # Node ID c2817bb2a55c40a8596e8e05a9d631987b111b71 # Parent 502e5d91ad423e502701e809e907b3fa90affa63 Merged from FCL, GCC-E compilation error in homescreensrv (2098) fixed by Leo Zhengyh diff -r 502e5d91ad42 -r c2817bb2a55c 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( aGranularity ) { }