traceservices/tracefw/ost_trace_api/unit_test/te_ost/inc/uloggerconfig.h
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Name		: uloggerconfig.h
       
    15 // Author	  : 
       
    16 // Version	 : 1.0
       
    17 // CClearConfig declaration
       
    18 //
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #ifndef ULOGGERCONFIG_
       
    24 #define ULOGGERCONFIG_
       
    25 
       
    26 #include <e32cons.h>
       
    27 #include <e32def.h>
       
    28 #include <uloggerclient.h>
       
    29 
       
    30 using namespace Ulogger;
       
    31 
       
    32 class CClearConfig : public CBase
       
    33 {
       
    34 public:
       
    35 	~CClearConfig();
       
    36 	CClearConfig();
       
    37 	void Clear(RULogger& loggerSession);
       
    38 	void Default(RULogger& loggerSession);
       
    39 //private:
       
    40 	
       
    41 };
       
    42 
       
    43 #endif /*ULOGGERCONFIG_*/
       
    44 
       
    45