equal
deleted
inserted
replaced
47 void ConstructL(); |
47 void ConstructL(); |
48 void SetHeaderL(RHTTPHeaders aHeaders, TInt aHdrField, const TDesC8& aHdrValue); |
48 void SetHeaderL(RHTTPHeaders aHeaders, TInt aHdrField, const TDesC8& aHdrValue); |
49 void ConnectHttpSessionL(); |
49 void ConnectHttpSessionL(); |
50 void ConnectCompleteL(TInt aErrorCode); |
50 void ConnectCompleteL(TInt aErrorCode); |
51 void Disconnected(); |
51 void Disconnected(); |
|
52 void ConnectionSelectionStart() {} |
|
53 void ConnectionSelectionEnd() {} |
52 void DoGetAfterConnectL(); |
54 void DoGetAfterConnectL(); |
53 private: |
55 private: |
54 RHTTPSession iSession; |
56 RHTTPSession iSession; |
55 TBool iWaitingForGet; |
57 TBool iWaitingForGet; |
56 TBool iIsActive; |
58 TBool iIsActive; |