1.1 --- a/epoc32/include/gsmuieoperations.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/gsmuieoperations.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -1,9 +1,9 @@
1.4 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 // All rights reserved.
1.6 // This component and the accompanying materials are made available
1.7 -// 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.8 +// under the terms of "Eclipse Public License v1.0"
1.9 // which accompanies this distribution, and is available
1.10 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.12 //
1.13 // Initial Contributors:
1.14 // Nokia Corporation - initial contribution.
1.15 @@ -17,8 +17,6 @@
1.16 //
1.17 //
1.18
1.19 -
1.20 -
1.21 /**
1.22 @file
1.23 */
1.24 @@ -55,6 +53,7 @@
1.25 * them become stale. Each instance of the CSmsIEOperation Class is an attributes of the CSmsMessage itself.
1.26 *
1.27 * @publishedAll
1.28 + * @released
1.29 */
1.30 class CSmsIEOperation : public CBase
1.31 {
1.32 @@ -90,6 +89,7 @@
1.33 * Clients use this class to configure a CSmsMessage with hyperlinks per 23.040 v6.5.0 section 9.2.3.24.12.
1.34 *
1.35 * @publishedAll
1.36 + * @released
1.37 */
1.38 class CSmsHyperLinkOperations : public CSmsCtrlOperation
1.39 {
1.40 @@ -112,6 +112,7 @@
1.41 * Clients use this class to configure a CSmsMessage with a reply address per 23.040 v6.5.0 section 9.2.3.24.10.1.17.
1.42 *
1.43 * @publishedAll
1.44 + * @released
1.45 */
1.46 class CSmsReplyAddressOperations : public CSmsCtrlOperation
1.47 {
1.48 @@ -143,6 +144,7 @@
1.49 * section 9.2.3.24.2.
1.50 *
1.51 * @publishedAll
1.52 + * @released
1.53 */
1.54 class CSmsSpecialSMSMessageOperations : public CSmsCtrlOperation
1.55 {
1.56 @@ -177,6 +179,7 @@
1.57 * only the Enhanced Voice Mail Information Element and no other information elements or text.
1.58 *
1.59 * @publishedAll
1.60 + * @released
1.61 */
1.62 class CSmsEnhancedVoiceMailOperations : public CSmsCtrlOperation
1.63 {