homescreenpluginsrv/hspsresult/src/hspspluginidlist.cpp
branchRCL_3
changeset 13 c2817bb2a55c
parent 0 79c6a41cd166
equal deleted inserted replaced
12:502e5d91ad42 13:c2817bb2a55c
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
       
    13 * Leo Zheng - GCC-E compilation error fix (2098)
    13 *
    14 *
    14 * Description:  Class ChspsPluginIdList is a HSPS utility class for passing
    15 * Description:  Class ChspsPluginIdList is a HSPS utility class for passing
    15 * 				 plugin ids from a client process to the server process.
    16 * 				 plugin ids from a client process to the server process.
    16 *                
    17 *                
    17 *
    18 *
    28 // ChspsPluginIdList::ChspsPluginIdList()
    29 // ChspsPluginIdList::ChspsPluginIdList()
    29 // C++ default constructor can NOT contain any code, that
    30 // C++ default constructor can NOT contain any code, that
    30 // might leave.
    31 // might leave.
    31 // -----------------------------------------------------------------------------
    32 // -----------------------------------------------------------------------------
    32 //
    33 //
    33 EXPORT_C ChspsPluginIdList::ChspsPluginIdList( TInt aGranularity ) : CArrayFixFlat( aGranularity )
    34 EXPORT_C ChspsPluginIdList::ChspsPluginIdList( TInt aGranularity ) : CArrayFixFlat<TInt>( aGranularity )
    34     {
    35     {
    35     }
    36     }
    36 
    37 
    37 // Destructor
    38 // Destructor
    38 EXPORT_C ChspsPluginIdList::~ChspsPluginIdList()
    39 EXPORT_C ChspsPluginIdList::~ChspsPluginIdList()