webservices/wshttpchanneltransportplugin/inc/senhttpchannelimpl.h
changeset 15 0aea830faa24
parent 3 b5a195438f6a
child 23 a1df79fa35b4
equal deleted inserted replaced
3:b5a195438f6a 15:0aea830faa24
   158 
   158 
   159 
   159 
   160 private:
   160 private:
   161     
   161     
   162     // New functions
   162     // New functions
   163 
   163     
   164 	TInt SetID(TUint32 aIapId, TBool aDialogPref, RConnection& aConnection, RSocketServ& aSocketServer, TBool aSNAP = EFalse);
   164     
   165 	TInt GetS60PlatformVersion(TUint& aMajor, TUint& aMinor);
       
   166 	TBool IsOCCImplementedSDK();	
       
   167     TPtrC8 SoapActionL(MSenElement& aSoapEnvelope);
   165     TPtrC8 SoapActionL(MSenElement& aSoapEnvelope);
   168     TInt SubmitRequestL(MSenResponseObserver& aObserver,
   166     TInt SubmitRequestL(MSenResponseObserver& aObserver,
   169                         const TDesC8& aUri,
   167                         const TDesC8& aUri,
   170                         const TDesC8* aContentType = NULL,
   168                         const TDesC8* aContentType = NULL,
   171                         const TDesC8* aContent = NULL);
   169                         const TDesC8* aContent = NULL);
   210     TBool iXopResponse;
   208     TBool iXopResponse;
   211     TBool iDeflateFilter;//Is true if deflate filter loaded for a session
   209     TBool iDeflateFilter;//Is true if deflate filter loaded for a session
   212     TBool iHasHttpContentType;
   210     TBool iHasHttpContentType;
   213     SenMultiPartUtils::TMultiPartContentType iMultiPartContentType; // content type of MultiPart response
   211     SenMultiPartUtils::TMultiPartContentType iMultiPartContentType; // content type of MultiPart response
   214     RHTTPTransaction iHttpTransaction ;
   212     RHTTPTransaction iHttpTransaction ;
   215 #ifndef __ENABLE_ALR__    
       
   216     TBool iOCCenabled ;
       
   217 #endif    
       
   218     };
   213     };
   219 
   214 
   220 #endif //SEN_HTTP_CHANNEL_IMPL_H
   215 #endif //SEN_HTTP_CHANNEL_IMPL_H
   221 
   216 
   222 // End of file
   217 // End of file