applayerprotocols/httptransportfw/inc/framework/httplogger.h
changeset 35 4828f38c48f6
parent 0 b16258d2340f
equal deleted inserted replaced
28:dd1f62411ef8 35:4828f38c48f6
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2001-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 "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".
    14 //
    14 //
    15 
    15 
    16 /**
    16 /**
    17  @file httplogger.h
    17  @file httplogger.h
    18  @warning : This file contains Rose Model ID comments - please do not delete
    18  @warning : This file contains Rose Model ID comments - please do not delete
    19  @publishedPartner
    19  @publishedAll
    20  @released
    20  @released
    21 */
    21 */
    22 
    22 
    23 #ifndef __HTTPLOGGER_H__
    23 #ifndef __HTTPLOGGER_H__
    24 #define __HTTPLOGGER_H__
    24 #define __HTTPLOGGER_H__
    31 //##ModelId=3C4C4C3E0139
    31 //##ModelId=3C4C4C3E0139
    32 class THttpLogger : public TDesOverflow
    32 class THttpLogger : public TDesOverflow
    33 /** 
    33 /** 
    34 A utility used in HTTP for logging in debug builds.  Log files are placed in the
    34 A utility used in HTTP for logging in debug builds.  Log files are placed in the
    35 directory %EPOCROOT%/epoc32/wins/c/logs/http
    35 directory %EPOCROOT%/epoc32/wins/c/logs/http
    36 @publishedPartner
    36 @publishedAll
    37 @released
    37 @released
    38 */
    38 */
    39 	{
    39 	{
    40 public: // methods
    40 public: // methods
    41 
    41