equal
deleted
inserted
replaced
88 virtual void OnError(TInt aError) =0; |
88 virtual void OnError(TInt aError) =0; |
89 IMPORT_C virtual void OnWarning(TInt aWarning); |
89 IMPORT_C virtual void OnWarning(TInt aWarning); |
90 |
90 |
91 private: |
91 private: |
92 // Reserved for future use. |
92 // Reserved for future use. |
93 inline virtual void Reserved(); |
93 inline virtual void Reserved1(); |
94 inline virtual void Reserved2(); |
94 inline virtual void Reserved2(); |
95 |
95 |
96 protected: |
96 protected: |
97 IMPORT_C CHttpClientTransaction(); |
97 IMPORT_C CHttpClientTransaction(); |
98 |
98 |
99 |
99 |
100 private: |
100 private: |
101 CHttpClientTransactionImpl* iHttpClientTrans; |
101 CHttpClientTransactionImpl* iHttpClientTrans; |
102 }; |
102 }; |
103 |
103 |
104 // Reserved for future use. |
104 inline void CHttpClientTransaction::Reserved1() |
105 inline void CHttpClientTransaction::Reserved() |
105 { |
106 { |
106 } |
107 } |
107 |
108 |
|
109 inline void CHttpClientTransaction::Reserved2() |
108 inline void CHttpClientTransaction::Reserved2() |
110 { |
109 { |
111 } |
110 } |
112 |
111 |
113 #endif // __CHTTPCLIENTTRANSACTION_H__ |
112 #endif // __CHTTPCLIENTTRANSACTION_H__ |