profilesservices/ProfileEngine/EngSrc/CProfileTiming.h
branchRCL_3
changeset 13 23553eb4e470
parent 12 c8b9b0986973
--- a/profilesservices/ProfileEngine/EngSrc/CProfileTiming.h	Fri Mar 12 15:43:47 2010 +0200
+++ b/profilesservices/ProfileEngine/EngSrc/CProfileTiming.h	Mon Mar 15 12:41:46 2010 +0200
@@ -62,11 +62,8 @@
          *        timer expires. This is the profile which was active before
          *        the current profile was timed.
          * @param aTime the time when the timer expires.
-		 * @param aPreviousName the Name of the profile to be activated after the
-         *        timer expires. This is the profile which was active before
-         *        the current profile was timed.
          */
-        void SetTimedProfileL( TInt aPreviousId, TTime aTime, const TDesC& aPreviousName = KNullDesC );
+        void SetTimedProfileL( TInt aPreviousId, TTime aTime );
 
         /**
          * Deletes the newly-scheduled task for timed profile. This is used
@@ -101,12 +98,10 @@
          *        when the timer goes off.
          * @param aHandleId the scheduling handle ID of the timed profile task.
          * @param aTaskId the task ID of the timed profile task.
-		 * @param aPreviousName the previous name of the timed profile task.
          */
         void SaveSchedulingData( TInt aPreviousId = -1,
                                  TInt aHandleId = -1,
-                                 TInt aTaskId = -1,
-                                 const TDesC& aPreviousName = KNullDesC );
+                                 TInt aTaskId = -1 );
 
         /**
          * Gets the information about current timed profile from Central