epoc32/include/mw/sentransportproperties.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/mw/sentransportproperties.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/mw/sentransportproperties.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,20 +1,23 @@
     1.4  /*
     1.5 -* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
     1.6 +* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
     1.7  * All rights reserved.
     1.8  * This component and the accompanying materials are made available
     1.9 -* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
    1.10 +* under the terms of "Eclipse Public License v1.0"
    1.11  * which accompanies this distribution, and is available
    1.12 -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.13 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.14  *
    1.15  * Initial Contributors:
    1.16  * Nokia Corporation - initial contribution.
    1.17  *
    1.18  * Contributors:
    1.19  *
    1.20 -* Description:  Transport properties class declaration     
    1.21 +* Description:     Transport properties class declaration     
    1.22  *
    1.23  */
    1.24  
    1.25 +
    1.26 +
    1.27 +
    1.28  #ifndef SEN_TRANSPORT_PROPERTIES_H
    1.29  #define SEN_TRANSPORT_PROPERTIES_H
    1.30  
    1.31 @@ -41,11 +44,15 @@
    1.32  _LIT8( KSenConnectionHeartbeatMaxTTL,"MaxTTL"           );
    1.33  _LIT8( KSenConnectionHeartbeatMinTTL,"MinTTL"           );
    1.34  _LIT8( KSenEndpointResource,         "EndpointResource" );
    1.35 +_LIT8( KSenConnectionProxyUrl,"ProxyUrl"           );
    1.36  
    1.37  _LIT8( KNCIMConsumerKeyId,      "ConsumerKeyId"         );
    1.38  _LIT8( KNCIMConsumerSecret,     "ConsumerSecret"        );
    1.39  _LIT8( KNCIMConsumerServiceId,  "ConsumerServiceId"     );
    1.40  _LIT8( KNCIMEndpoint,				"NCIMEndpoint"     );
    1.41 +_LIT8( KSenConnectionRetryDelta,     "RetryDelta" );
    1.42 +_LIT8( KSenConnectionRetryMaxTTL,    "RetryMaxTTL");
    1.43 +_LIT8( KSenConnectionRetryMinTTL,    "RetryMinTTL");
    1.44  _LIT8( KNCIMCountry,				"mcc"     );
    1.45  
    1.46  
    1.47 @@ -61,6 +68,13 @@
    1.48  _LIT8( KHttpHeaderType,              "HttpHeader"       );
    1.49  _LIT8( KAttachmentFileType,          "FileAttachment"   );
    1.50  
    1.51 +/* Property type attribute's name for Deflate Filters:
    1.52 +   Set this http transport property for the enabling of
    1.53 +   http compression.Http data Compression works from 
    1.54 +   server to client side.
    1.55 + */
    1.56 +_LIT8( KWsPropertyValueHttpFilterDeflate, "HttpFilterDeflate"     );
    1.57 +
    1.58  class CSenTransportProperties : public CSenXmlProperties
    1.59      {
    1.60      public: