equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html." |
|
8 * Initial Contributors: |
|
9 * Nokia Corporation - initial contribution. |
|
10 * Contributors: |
|
11 * |
|
12 * Description: |
|
13 * RCS IM Library - Initial version |
|
14 * |
|
15 */ |
|
16 |
|
17 |
|
18 #ifndef __MSRP_CHATSESSIONDATA_SYM_H__ |
|
19 #define __MSRP_CHATSESSIONDATA_SYM_H__ |
|
20 |
|
21 //#include "rcschatengine_globals.h" |
|
22 |
|
23 class CMceMediaStream; |
|
24 class CMceSession; |
|
25 class CMceMediaStream; |
|
26 class ChatSession; |
|
27 |
|
28 class TMsrpChatSession |
|
29 { |
|
30 public: |
|
31 CMceManager *iMceManager; |
|
32 CMceSession *iMceSession; |
|
33 ChatSession *iChatSession; |
|
34 CMceMediaStream *iStream1; |
|
35 CMceMediaStream *iStream2; |
|
36 QString iInitMsg; |
|
37 }; |
|
38 |
|
39 #endif //__MSRP_CHATSESSIONDATA_SYM_H__ |