equal
deleted
inserted
replaced
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 RHTTPResponse.h |
17 @file RHTTPResponse.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 */ |
67 //@{ |
65 //@{ |
68 /** Sets the status code. |
66 /** Sets the status code. |
69 */ |
67 */ |
70 //##ModelId=3A3765310382 |
68 //##ModelId=3A3765310382 |
71 IMPORT_C void SetStatusCode(TInt aStatus); |
69 IMPORT_C void SetStatusCode(TInt aStatus); |
72 /// Sets the status string |
70 // Sets the status string |
73 //##ModelId=3A914DF8019F |
71 //##ModelId=3A914DF8019F |
74 IMPORT_C void SetStatusText(RStringF aStatusString); |
72 IMPORT_C void SetStatusText(RStringF aStatusString); |
75 /// Sets the HTTP version |
73 // Sets the HTTP version |
76 //##ModelId=3A914DF8016D |
74 //##ModelId=3A914DF8016D |
77 IMPORT_C void SetVersion(TVersion aVersion); |
75 IMPORT_C void SetVersion(TVersion aVersion); |
78 //@} |
76 //@} |
79 |
77 |
80 friend class CResponse; |
78 friend class CResponse; |