1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // 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 |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // |
14 // |
15 |
|
16 |
|
17 |
15 |
18 /** |
16 /** |
19 @file MRxDataObserver.h |
17 @file MRxDataObserver.h |
20 @warning : This file contains Rose Model ID comments - please do not delete |
18 @warning : This file contains Rose Model ID comments - please do not delete |
21 */ |
19 */ |
45 data in a protocol handler. |
43 data in a protocol handler. |
46 @param aRxData The object which is processing the data. |
44 @param aRxData The object which is processing the data. |
47 @param aStatus The status (or error) code. |
45 @param aStatus The status (or error) code. |
48 */ |
46 */ |
49 //##ModelId=3B1E6B5800E5 |
47 //##ModelId=3B1E6B5800E5 |
50 virtual void SetStatusL(CRxData& aRxData, TInt aStatus) =0; |
48 virtual void SetStatusL(CRxData& aRxData, TInt aStatus) =0; |
51 |
49 |
52 private: // methods |
50 private: |
53 |
51 // methods |
54 /** @fn Reserved1() |
52 /** @fn Reserved1() |
55 Intended Usage: Reserve a slot in the v-table to preserve future BC |
53 Intended Usage: Reserve a slot in the v-table to preserve future BC |
56 */ |
54 */ |
57 //##ModelId=3C4C37CE035D |
55 //##ModelId=3C4C37CE035D |
58 inline virtual void MRDO_Reserved1(); |
56 inline virtual void MRDO_Reserved1(); |
|
57 |
59 |
58 |
60 /** @fn Reserved2() |
59 /** @fn Reserved2() |
61 Intended Usage: Reserve a slot in the v-table to preserve future BC |
60 Intended Usage: Reserve a slot in the v-table to preserve future BC |
62 */ |
61 */ |
63 //##ModelId=3C4C37CE0349 |
62 //##ModelId=3C4C37CE0349 |
64 inline virtual void MRDO_Reserved2(); |
63 inline virtual void MRDO_Reserved2(); |
65 }; |
64 }; |
66 |
65 |
|
66 inline void MRxDataObserver::MRDO_Reserved1() |
|
67 {} |
67 |
68 |
68 inline void MRxDataObserver::MRDO_Reserved1() |
69 |
69 {} |
|
70 inline void MRxDataObserver::MRDO_Reserved2() |
70 inline void MRxDataObserver::MRDO_Reserved2() |
71 {} |
71 {} |
72 |
72 |
73 #endif // __MRXDATAOBSERVER_H__ |
73 #endif // __MRXDATAOBSERVER_H__ |