traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-file/te_filesuitestepbase.h
branchRCL_3
changeset 25 047f208ea78f
parent 24 cc28652e0254
equal deleted inserted replaced
24:cc28652e0254 25:047f208ea78f
     1 /**
     1 /**
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    22  @internalTechnology
    22  @internalTechnology
    23 */
    23 */
    24 
    24 
    25 #if (!defined __TE_FILE_STEP_BASE__)
    25 #if (!defined __TE_FILE_STEP_BASE__)
    26 #define __TE_FILE_STEP_BASE__
    26 #define __TE_FILE_STEP_BASE__
    27 #include <testexecutestepbase.h>
    27 #include <test/testexecutestepbase.h>
    28 #include <uloggerclient.h>
    28 #include <uloggerclient.h>
    29 using namespace Ulogger;
    29 using namespace Ulogger;
    30 
    30 
    31 // Please add your include here if you have 
    31 // Please add your include here if you have 
    32 
    32