syncmlfw/common/sosserver_clientapi/inc/NSmlClientAPIActiveCallback.h
changeset 57 f5b689a4f7a2
parent 0 b497e44ab2fc
equal deleted inserted replaced
44:39aa16f3fdc2 57:f5b689a4f7a2
    65 		void CancelEvent();
    65 		void CancelEvent();
    66 		
    66 		
    67 		// from CActive
    67 		// from CActive
    68 		virtual void DoCancel();
    68 		virtual void DoCancel();
    69 		virtual void RunL();
    69 		virtual void RunL();
       
    70 		virtual TInt RunError(TInt aError);
    70 		
    71 		
    71 	private:
    72 	private:
    72 		void Request();
    73 		void Request();
    73 		void ConstructL();
    74 		void ConstructL();
    74 		CSmlActiveEventCallback( const CSmlActiveCallback* aCallback );
    75 		CSmlActiveEventCallback( const CSmlActiveCallback* aCallback );
    96 		void CancelProgress();
    97 		void CancelProgress();
    97 		
    98 		
    98 		// from CActive
    99 		// from CActive
    99 		virtual void DoCancel();
   100 		virtual void DoCancel();
   100 		virtual void RunL();
   101 		virtual void RunL();
       
   102 		virtual TInt RunError(TInt aError);		
   101 		
   103 		
   102 	private:
   104 	private:
   103 		void Request();
   105 		void Request();
   104 		void ConstructL();
   106 		void ConstructL();
   105 		CSmlActiveProgressCallback( const CSmlActiveCallback* aCallback );
   107 		CSmlActiveProgressCallback( const CSmlActiveCallback* aCallback );