voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlprocessordefaults.h
branchRCL_3
changeset 20 65a3ef1d5bd0
parent 11 6134b5029079
--- a/voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlprocessordefaults.h	Mon Jun 21 15:29:21 2010 +0300
+++ b/voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlprocessordefaults.h	Thu Aug 19 09:45:22 2010 +0300
@@ -131,6 +131,8 @@
 
 // Other.
 const TInt KMaxNodeNameLength          = 32;
+const TInt KMaxDestinationNameLength   = 32;
+const TInt KSpaceForParenthesis        = 4;
 const TInt KMaxNodeValueLength         = 256;
 const TInt KMaxProfileNameAppendLength = 4; // e.g. (10) as in Provider(10)
 const TInt KMaxProfileNames            = 99;
@@ -161,6 +163,7 @@
 _LIT8( KColon,              ":" );
 _LIT8( KTcp,                "TCP" );
 _LIT8( KUdp,                "UDP" );
+_LIT8( KTls,                "TLS" );
 _LIT8( KUserAgent,          "User-Agent" );
 _LIT8( KSpace,              " " );
 const TInt KMaxTerminalTypeLength            = 64;