homescreenpluginsrv/hspsresult/src/hspspluginidlist.cpp
branchCompilerCompatibility
changeset 40 e35be9ff24b6
parent 0 79c6a41cd166
equal deleted inserted replaced
15:bcb8d447d716 40:e35be9ff24b6
    28 // ChspsPluginIdList::ChspsPluginIdList()
    28 // ChspsPluginIdList::ChspsPluginIdList()
    29 // C++ default constructor can NOT contain any code, that
    29 // C++ default constructor can NOT contain any code, that
    30 // might leave.
    30 // might leave.
    31 // -----------------------------------------------------------------------------
    31 // -----------------------------------------------------------------------------
    32 //
    32 //
    33 EXPORT_C ChspsPluginIdList::ChspsPluginIdList( TInt aGranularity ) : CArrayFixFlat( aGranularity )
    33 EXPORT_C ChspsPluginIdList::ChspsPluginIdList( TInt aGranularity ) : CArrayFixFlat<TInt>( aGranularity )
    34     {
    34     {
    35     }
    35     }
    36 
    36 
    37 // Destructor
    37 // Destructor
    38 EXPORT_C ChspsPluginIdList::~ChspsPluginIdList()
    38 EXPORT_C ChspsPluginIdList::~ChspsPluginIdList()