Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * 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
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Name : SdpCodecConstants.h
17 * Constants defination file
25 #ifndef __SDPCODECCONSTANTS_H__
26 #define __SDPCODECCONSTANTS_H__
35 // Delimiter constants
36 const TText8 KDotChar = '.';
37 const TText8 KColonChar = ':';
38 const TText8 KSPChar = ' ';
39 const TText8 KEqualChar = '=';
40 const TText8 KSlashChar = '/';
41 const TText8 KHyphenChar = '-';
42 const TText8 KLFChar = '\n';
43 const TText8 KCRChar = '\r';
44 const TText8 KEofChar = '\0';
47 _LIT8(KColonStr, ":");
49 _LIT8(KEqualStr, "=");
50 _LIT8(KSlashStr, "/");
51 _LIT8(KHyphenStr, "-");
52 _LIT8(KCRLFStr, "\r\n");
56 _LIT8(KValidFQDNChars,
57 "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-");