applayerprotocols/httptransportfw/inc/framework/httplogger.h
branchRCL_3
changeset 18 f21293830889
parent 0 b16258d2340f
child 39 c0c2f28ace9c
equal deleted inserted replaced
17:8f055b80aa5b 18:f21293830889
    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