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