equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
83 * since S60 3.2 |
83 * since S60 3.2 |
84 * @param aState indicates the current profile state |
84 * @param aState indicates the current profile state |
85 * @param aSipError SIP error code |
85 * @param aSipError SIP error code |
86 */ |
86 */ |
87 void ProfileStateChanged( |
87 void ProfileStateChanged( |
88 CSIPConnection::TState aState, TInt aSipError ); |
88 CSIPConnection::TState aState, TInt aSipError ); |
|
89 |
|
90 /** |
|
91 * SIP Profile has updated. |
|
92 * |
|
93 * @see MSIPProfileRegistryObserver::EProfileUpdated |
|
94 * @since S60 3.2.3 |
|
95 */ |
|
96 void ProfileUpdated(); |
89 |
97 |
90 // from base class MSIPConnectionObserver |
98 // from base class MSIPConnectionObserver |
91 |
99 |
92 /** |
100 /** |
93 * A SIP request outside a dialog has been received from the network. |
101 * A SIP request outside a dialog has been received from the network. |
110 CSIPDialog& aDialog ); |
118 CSIPDialog& aDialog ); |
111 |
119 |
112 /** |
120 /** |
113 * A SIP response received from the network. |
121 * A SIP response received from the network. |
114 * @param aTransaction contains response elements. |
122 * @param aTransaction contains response elements. |
115 * The ownership is transferred. |
|
116 */ |
123 */ |
117 void IncomingResponse( CSIPClientTransaction& aTransaction ); |
124 void IncomingResponse( CSIPClientTransaction& aTransaction ); |
118 |
125 |
119 /** |
126 /** |
120 * A SIP response that is within a dialog association or creates |
127 * A SIP response that is within a dialog association or creates |
279 CSIPDialog& aDialog ); |
286 CSIPDialog& aDialog ); |
280 |
287 |
281 /** |
288 /** |
282 * A SIP response received from the network. |
289 * A SIP response received from the network. |
283 * @param aTransaction contains response elements. |
290 * @param aTransaction contains response elements. |
284 * The ownership is transferred. |
|
285 */ |
291 */ |
286 void DoIncomingResponse( CSIPClientTransaction& aTransaction ); |
292 void DoIncomingResponse( CSIPClientTransaction& aTransaction ); |
287 |
293 |
288 /** |
294 /** |
289 * A SIP response that is within a dialog association or creates |
295 * A SIP response that is within a dialog association or creates |