voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlprocessordefaults.h
branchRCL_3
changeset 20 65a3ef1d5bd0
parent 11 6134b5029079
equal deleted inserted replaced
18:8c9c07ad8b6b 20:65a3ef1d5bd0
   129 _LIT( KParamLength,                       "length" );
   129 _LIT( KParamLength,                       "length" );
   130 _LIT( KParamData,                         "data" );
   130 _LIT( KParamData,                         "data" );
   131 
   131 
   132 // Other.
   132 // Other.
   133 const TInt KMaxNodeNameLength          = 32;
   133 const TInt KMaxNodeNameLength          = 32;
       
   134 const TInt KMaxDestinationNameLength   = 32;
       
   135 const TInt KSpaceForParenthesis        = 4;
   134 const TInt KMaxNodeValueLength         = 256;
   136 const TInt KMaxNodeValueLength         = 256;
   135 const TInt KMaxProfileNameAppendLength = 4; // e.g. (10) as in Provider(10)
   137 const TInt KMaxProfileNameAppendLength = 4; // e.g. (10) as in Provider(10)
   136 const TInt KMaxProfileNames            = 99;
   138 const TInt KMaxProfileNames            = 99;
   137 _LIT( KOpenParenthesis,   "(" );
   139 _LIT( KOpenParenthesis,   "(" );
   138 _LIT( KClosedParenthesis, ")" );
   140 _LIT( KClosedParenthesis, ")" );
   159 _LIT8( KLr,                 ";lr" );
   161 _LIT8( KLr,                 ";lr" );
   160 _LIT8( KEscaped,            "%" );
   162 _LIT8( KEscaped,            "%" );
   161 _LIT8( KColon,              ":" );
   163 _LIT8( KColon,              ":" );
   162 _LIT8( KTcp,                "TCP" );
   164 _LIT8( KTcp,                "TCP" );
   163 _LIT8( KUdp,                "UDP" );
   165 _LIT8( KUdp,                "UDP" );
       
   166 _LIT8( KTls,                "TLS" );
   164 _LIT8( KUserAgent,          "User-Agent" );
   167 _LIT8( KUserAgent,          "User-Agent" );
   165 _LIT8( KSpace,              " " );
   168 _LIT8( KSpace,              " " );
   166 const TInt KMaxTerminalTypeLength            = 64;
   169 const TInt KMaxTerminalTypeLength            = 64;
   167 const TInt KMaxWlanMacAddressLength          = 20;
   170 const TInt KMaxWlanMacAddressLength          = 20;
   168 const TInt KMaxUserAgentHeaderLength         = 200;
   171 const TInt KMaxUserAgentHeaderLength         = 200;