webservices/wshttpchanneltransportplugin/inc/senhttpchannelimpl.h
changeset 15 0aea830faa24
parent 3 b5a195438f6a
child 23 a1df79fa35b4
--- a/webservices/wshttpchanneltransportplugin/inc/senhttpchannelimpl.h	Tue Feb 02 00:57:16 2010 +0200
+++ b/webservices/wshttpchanneltransportplugin/inc/senhttpchannelimpl.h	Fri Mar 19 09:52:55 2010 +0200
@@ -160,10 +160,8 @@
 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,
@@ -212,9 +210,6 @@
     TBool iHasHttpContentType;
     SenMultiPartUtils::TMultiPartContentType iMultiPartContentType; // content type of MultiPart response
     RHTTPTransaction iHttpTransaction ;
-#ifndef __ENABLE_ALR__    
-    TBool iOCCenabled ;
-#endif    
     };
 
 #endif //SEN_HTTP_CHANNEL_IMPL_H