localisation/apparchitecture/tef/TIconLoaderAndIconArrayForLeaks.cpp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    15 // This method is put in a separate dll in order to avoid exporting methods 
    15 // This method is put in a separate dll in order to avoid exporting methods 
    16 // in server side classes (e.g., APPARC\apgrfx\CApaAppList) for test code. 
    16 // in server side classes (e.g., APPARC\apgrfx\CApaAppList) for test code. 
    17 // It is called by void CT_RApaLsSessionTestStep::TestIconLoaderAndIconArrayMemoryLeaksL() 
    17 // It is called by void CT_RApaLsSessionTestStep::TestIconLoaderAndIconArrayMemoryLeaksL() 
    18 // in apparctestserver
    18 // in apparctestserver
    19 // 
    19 // 
       
    20 // ticonloaderandiconarrayforleaks.cpp
    20 //
    21 //
    21 
    22 
    22 
       
    23 
       
    24 /**
    23 /**
    25  @file
    24  @file ticonloaderandiconarrayforleaks.cpp
    26  @test
    25  @test
    27  @internalComponent - Internal Symbian test code
    26  @internalComponent - Internal Symbian test code
    28 */
    27 */
    29 
    28 
    30 
    29 
    31 #include <APGAPLST.H>
    30 #include <apgaplst.h>
    32 #include <bautils.h>
    31 #include <bautils.h>
    33 #include <APGICNFL.H> 
    32 #include "apfdef.h"
    34 #include <APFDEF.H>
    33 #include "../aplist/aplappinforeader.h"
    35 #include "APGAIR.H"
    34 #include <apgicnfl.h> 
    36 #include <APGICNFL.H> 
    35 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    36 #include "apgicnflpartner.h"
       
    37 //#include "apgicnflinternal.h"
       
    38 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS
    37 #include "apprivate.h"
    39 #include "apprivate.h"
    38 #include <barsc2.h>
    40 #include <barsc2.h>
    39 #include <barsread2.h>
    41 #include <barsread2.h>
    40 #include <e32uid.h>
    42 #include <e32uid.h>
    41 #include "APGSTD.H"
    43 #include "APGSTD.H"
    42 #include "TIconLoaderAndIconArrayForLeaks.h"
    44 #include "TIconLoaderAndIconArrayForLeaks.h"
    43 #include "apsiconcaptionoverride.h"
    45 #include "../aplist/apsiconcaptionoverride.h"
    44 
    46 
    45 
    47 
    46 EXPORT_C void TIconLoaderAndIconArrayForLeaks::TestIconLoaderAndIconArrayL()
    48 EXPORT_C void TIconLoaderAndIconArrayForLeaks::TestIconLoaderAndIconArrayL()
    47 	{
    49 	{
    48 	RFs tempFs;
    50 	RFs tempFs;