equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2005-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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
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.symbianfoundation.org/legal/licencesv10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 * |
8 * |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
25 #define CSIPTRANSACTIONBASE_H |
25 #define CSIPTRANSACTIONBASE_H |
26 |
26 |
27 // INCLUDES |
27 // INCLUDES |
28 #include <e32base.h> |
28 #include <e32base.h> |
29 #include <stringpool.h> |
29 #include <stringpool.h> |
30 #include "_sipcodecdefs.h" |
|
31 |
30 |
32 // FORWARD DECLARATIONS |
31 // FORWARD DECLARATIONS |
33 class CSIPResponseElements; |
32 class CSIPResponseElements; |
34 class MTransactionAssociation; |
33 class MTransactionAssociation; |
35 |
34 |
215 |
214 |
216 //SIP response elements |
215 //SIP response elements |
217 CSIPResponseElements* iResponseElements; |
216 CSIPResponseElements* iResponseElements; |
218 |
217 |
219 private: // For testing purposes |
218 private: // For testing purposes |
220 UNIT_TEST(CSIP_Test) |
219 #ifdef CPPUNIT_TEST |
221 UNIT_TEST(CSIPServerTransaction_Test) |
220 friend class CSIP_Test; |
222 UNIT_TEST(CSIPSubscribeDialogAssoc_Test) |
221 friend class CSIPServerTransaction_Test; |
223 UNIT_TEST(CSIPInviteDialogAssoc_Test) |
222 friend class CSIPSubscribeDialogAssoc_Test; |
224 UNIT_TEST(CSIPNotifyDialogAssoc_Test) |
223 friend class CSIPInviteDialogAssoc_Test; |
225 UNIT_TEST(CSIPConnection_Test) |
224 friend class CSIPNotifyDialogAssoc_Test; |
226 |
225 friend class CSIPConnection_Test; |
227 __DECLARE_TEST; |
226 #endif |
|
227 void __DbgTestInvariant() const; |
|
228 |
228 }; |
229 }; |
229 |
230 |
230 #endif |
231 #endif |