--- a/webservices/wshttpchanneltransportplugin/inc/senhttpchannelimpl.h Tue Jan 26 13:03:48 2010 +0200
+++ b/webservices/wshttpchanneltransportplugin/inc/senhttpchannelimpl.h Tue Feb 02 00:57:16 2010 +0200
@@ -160,8 +160,10 @@
private:
// New functions
-
-
+
+ TInt SetID(TUint32 aIapId, TBool aDialogPref, RConnection& aConnection, RSocketServ& aSocketServer, TBool aSNAP = EFalse);
+ TInt GetS60PlatformVersion(TUint& aMajor, TUint& aMinor);
+ TBool IsOCCImplementedSDK();
TPtrC8 SoapActionL(MSenElement& aSoapEnvelope);
TInt SubmitRequestL(MSenResponseObserver& aObserver,
const TDesC8& aUri,
@@ -210,6 +212,9 @@
TBool iHasHttpContentType;
SenMultiPartUtils::TMultiPartContentType iMultiPartContentType; // content type of MultiPart response
RHTTPTransaction iHttpTransaction ;
+#ifndef __ENABLE_ALR__
+ TBool iOCCenabled ;
+#endif
};
#endif //SEN_HTTP_CHANNEL_IMPL_H