traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/inc/te_ostv2integsuite_defs.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2007-2010 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 "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".
    13 // Description:
    13 // Description:
    14 // This file define all the common values thoughout your test project
    14 // This file define all the common values thoughout your test project
    15 //
    15 //
    16 
    16 
    17 
    17 
       
    18 
    18 /**
    19 /**
    19  @file te_uloggerostv2integsuite_defs.h
    20  @file te_uloggerostv2integsuite_defs.h
    20  @internalTechnology
    21  @internalTechnology
    21 */
    22 */
    22 
       
    23 #if (!defined TE_ULOGGER_MCL_SUITEDEFS_H)
    23 #if (!defined TE_ULOGGER_MCL_SUITEDEFS_H)
    24 #define TE_ULOGGER_MCL_SUITEDEFS_H
    24 #define TE_ULOGGER_MCL_SUITEDEFS_H
    25 
    25 
    26 #include <uloggerclient.h>
    26 #include <uloggerclient.h>
    27 //C.A. previously:using namespace UTF;
    27 //C.A. previously:using namespace UTF;
    29 class CClearConfig : public CBase
    29 class CClearConfig : public CBase
    30 {
    30 {
    31 public:
    31 public:
    32 	~CClearConfig();
    32 	~CClearConfig();
    33 	CClearConfig();
    33 	CClearConfig();
    34 	void ClearL(RULogger& loggerSession);
    34 	void Clear(RULogger& loggerSession);
    35 	void DefaultL(RULogger& loggerSession);
    35 	void Default(RULogger& loggerSession);
    36 //private:
    36 //private:
    37 	
    37 	
    38 };
    38 };
    39 
    39 
    40 // Please modify below value with your project and must match with your configuration ini file which is required to be modified as well
    40 // Please modify below value with your project and must match with your configuration ini file which is required to be modified as well