cellular/telephonysettings/Logger/PhoneSettingsLoggingConf.h
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
--- a/cellular/telephonysettings/Logger/PhoneSettingsLoggingConf.h	Mon Aug 23 15:50:31 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-/*
-* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*        Macro definition file for logging configuration.
-*       (Note:This file has to be separate from the logging header file 
-*             to be able to include it in mmp file. If not we will get warning about not used 
-*             flogger.lib in other logging cases where flogger.lib is not used.)
-*
-*/
-
-
-
-#ifndef PHONESCONFIGURATION_H
-#define PHONESCONFIGURATION_H
-
-
-#ifdef _DEBUG // logging to file in debug only
-
-/**
-* - Have this line active if you want to have logging for this component
-* - Comment this line out if you don't want any logging for this component
-*/
-#define _PHSLOGGING
-
-/**
-* - Have this line active if you want to have logging to file
-* - Comment this line out if you want to have logging via RDebug::Print 
-*/
-#define _PHS_LOGGING_TO_FILE
-
-#endif // _DEBUG
-
-#endif // PHONESCONFIGURATION_H