kerneltest/f32test/bench/t_fsropen.cpp
changeset 281 13fbfa31d2ba
parent 0 a41df078684a
equal deleted inserted replaced
266:0008ccd16016 281:13fbfa31d2ba
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-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 the License "Eclipse Public License v1.0"
     4 // under the terms of the License "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".
    16 //
    16 //
    17 
    17 
    18 #include <f32file.h>
    18 #include <f32file.h>
    19 #include <e32test.h>
    19 #include <e32test.h>
    20 #include "t_select.h"
    20 #include "t_select.h"
    21 #include "..\server\t_server.h"
    21 #include "../server/t_server.h"
    22 #include "t_benchmain.h"
    22 #include "t_benchmain.h"
    23 
    23 
    24 GLDEF_D RTest test(_L("File Server Benchmarks, Open File"));
    24 GLDEF_D RTest test(_L("File Server Benchmarks, Open File"));
    25 
    25 
    26 //----------------------------------------------------------------------------------------------
    26 //----------------------------------------------------------------------------------------------