1.1 --- a/epoc32/include/mw/sipreferdialogassoc.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/mw/sipreferdialogassoc.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -2,9 +2,9 @@
1.4 * Copyright (c) 2005-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 @@ -63,7 +63,8 @@
1.16 * will create a SIP dialog association.
1.17 * @pre aReferTo != 0
1.18 * @param aDialog a dialog to be associated with
1.19 - * @param aReferTo referred-to resource
1.20 + * @param aReferTo referred-to resource;
1.21 + * Ownership is transferred
1.22 * @return New object; the ownership is transferred
1.23 * @leave KErrArgument if aReferTo == 0
1.24 */
1.25 @@ -77,7 +78,8 @@
1.26 * will create a SIP dialog association.
1.27 * @pre aReferTo != 0
1.28 * @param aDialog a dialog to be associated with
1.29 - * @param aReferTo referred-to resource
1.30 + * @param aReferTo referred-to resource;
1.31 + * Ownership is transferred
1.32 * @return New object; the ownership is transferred
1.33 * @leave KErrArgument if aReferTo == 0
1.34 */
1.35 @@ -97,7 +99,8 @@
1.36 * @param aFrom originator's address; the ownership is transfered
1.37 * @param aRemoteUri a remote target URI that identifies a resource that
1.38 * the request is addressed to.
1.39 - * @param aReferTo referred-to resource
1.40 + * @param aReferTo referred-to resource;
1.41 + * Ownership is transferred
1.42 * @param aTo logical recipient's address; if not defined
1.43 * the remote target uri will be used for To-header
1.44 * construction; the ownership is transfered
1.45 @@ -127,7 +130,8 @@
1.46 * @param aFrom originator's address; the ownership is transfered
1.47 * @param aRemoteUri a remote target URI that identifies a resource that
1.48 * the request is addressed to.
1.49 - * @param aReferTo referred-to resource
1.50 + * @param aReferTo referred-to resource;
1.51 + * Ownership is transferred
1.52 * @param aTo logical recipient's address; if not defined
1.53 * the remote target uri will be used for To-header
1.54 * construction; the ownership is transfered
1.55 @@ -158,7 +162,8 @@
1.56 * the request is targeted to.
1.57 * @param aContext used for selecting outbound
1.58 * proxy and originator's address (AOR) and contact
1.59 - * @param aReferTo referred-to resource
1.60 + * @param aReferTo referred-to resource;
1.61 + * Ownership is transferred
1.62 * @param aFrom originator's address. If not defined it will
1.63 * constructed using registration context (User's AOR);
1.64 * the ownership is transfered
1.65 @@ -195,7 +200,8 @@
1.66 * the request is targeted to.
1.67 * @param aContext used for selecting outbound
1.68 * proxy and originator's address (AOR) and contact
1.69 - * @param aReferTo referred-to resource
1.70 + * @param aReferTo referred-to resource;
1.71 + * Ownership is transferred
1.72 * @param aFrom originator's address. If not defined it will
1.73 * constructed using registration context (User's AOR);
1.74 * the ownership is transfered