iaupdate/IAD/firmwareupdate/inc/iaupdatefwsyncstate.h
changeset 77 d1838696558c
parent 0 ba25891c3a9e
--- a/iaupdate/IAD/firmwareupdate/inc/iaupdatefwsyncstate.h	Tue Sep 28 14:48:39 2010 +0300
+++ b/iaupdate/IAD/firmwareupdate/inc/iaupdatefwsyncstate.h	Thu Oct 14 14:11:30 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -91,82 +91,11 @@
         * @return Synchronization phase.
         */
          TInt SyncPhase();
-
-        /**
-        * Set total sync progress.
-        * @param aCount Progress count.
-        * @return None.
-        */
-		 void SetTotalProgress(TInt aCount);
-
-        /**
-        * Get total sync progress.
-        * @param None. 
-        * @return Progress count.
-        */
-		 TInt TotalProgress();
-
-        /**
-        * Set sync progress.
-        * @param aCount Progress count.
-        * @return None.
-        */
-		 void SetProgress(TInt aCount);
-
-        /**
-        * Increase sync progress.
-        * @param None.
-        * @return None.
-        */
-         void IncreaseProgress();
-        
-        /**
-        * Get sync progress.
-        * @param None. 
-        * @return Progress count.
-        */
-		 TInt Progress();
-
-        /**
-        * Set sync content name.
-        * @param aContent Content name.
-        * @return None.
-        */
-         void SetContent(const TDesC& aContent);
-
-        /**
-        * Get sync content name.
-        * @param None. 
-        * @return Content name.
-        */
-		 const TDesC& Content();
-
-        /**
-        * Resets progress state.
-        * @param None. 
-        * @return None.
-        */
-		 void ResetProgress();
-		
-        /**
-        * Finds out whether total progress count is known.
-        * @param None. 
-        * @return ETrue if total progress count is known, EFalse otherwise.
-        */
-		 TBool ProgressKnown();
-        
+          
     private:
         // synchronization phase
 		TInt iSyncPhase;
 
-		// total number of sent/received sync items
-		TInt iTotalProgressCount;
-
-		// number of sent/received sync items
-		TInt iProgressCount;
-
-		// name of the content being synced
-		TName iSyncContent;
     };
 
 #endif  // IAUPDATEFWSYNCSTATE_H