filehandling/htmltorichtextconverter/tsrc/profilingtest.cpp
changeset 28 b0b858956ed5
parent 0 2e3d3ce01487
equal deleted inserted replaced
21:c4cbaa4fb734 28:b0b858956ed5
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2010 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 "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".
    20 
    20 
    21 #include <e32std.h>
    21 #include <e32std.h>
    22 #include <e32test.h>
    22 #include <e32test.h>
    23 #include <f32file.h>
    23 #include <f32file.h>
    24 #include <e32math.h>
    24 #include <e32math.h>
       
    25 #include <e32def_private.h>
    25 #include "CHtmlToCrtConverter.h"
    26 #include "CHtmlToCrtConverter.h"
    26 #include "CHtmlToCrtConvActive.h"
    27 #include "CHtmlToCrtConvActive.h"
    27 
    28 
    28 _LIT(KTestName,"CHtmlToCrtConverter");
    29 _LIT(KTestName,"CHtmlToCrtConverter");
    29 
    30