syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsession.h
branchRCL_3
changeset 61 b183ec05bd8c
parent 14 9e9792ae22e3
child 62 19bba8228ff0
--- a/syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsession.h	Thu Aug 19 10:44:50 2010 +0300
+++ b/syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsession.h	Tue Aug 31 16:04:06 2010 +0300
@@ -32,8 +32,7 @@
 #include "nsmldsitemmodificationset.h"
 #include "Nsmldsasyncrequesthandler.h"
 #include "Nsmldsdataproviderarray.h"
-#include "Nsmldshostsessioncanceleventhandler.h"
-#include "Nsmldshostsessioncancel.h"
+
 // ------------------------------------------------------------------------------------------------
 // Class forwards
 // ------------------------------------------------------------------------------------------------
@@ -49,8 +48,7 @@
 //
 // @lib nsmldshostserver.lib
 // ------------------------------------------------------------------------------------------------
-class CNSmlDSHostSession : public CSession2,
-                           public MNSmlDsHostSessionCancelEventHandler
+class CNSmlDSHostSession : public CSession2
 	{
 private:	//DATA TYPES and INNER CLASSES
 	typedef CNSmlDSAsyncCallBack::TCallBackOperation TCallBackOperation;
@@ -254,11 +252,7 @@
 public:	//Functions from base classes.
 
 	void ServiceL( const RMessage2 &aMessage );
-    /**
-    * Called when user canceled the operation
-    * @none.
-    */
-	void HandleCancelEventL();
+	
 private:	// New methods
 	
     /**
@@ -695,22 +689,12 @@
 	*/
     void StreamBufferToChunkL( TMemPtr& aMemPtr, TStreamBuffers* aSb );
     
-    /**
-    * Called when DeleteAll request is finished
-    * @param aDSAO. pointer to asynchronous request handler
-    * @param aOperation. callback operation.
-    */
-    TInt DeleteAllFinishedL( CNSmlDSAsyncCallBack* aDSAO, TCallBackOperation aOperation );
-       
 private:	//Data
 
 	TMemPtr iMemPtr;
 	CNSmlDSHostServer& iServer;
     RNSmlDSDataProviderArray iDataProviders;
     RStringPool iStringPool;
-    CNSmlHostSessionCancel* iCancelEventHandler;
-    CNSmlDSAsyncCallBack* iDsoDeleteAll;
-
 	};
 	
 #include "Nsmldshostsession.inl"