calendarui/globaldata/inc/calencontextimpl.h
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
--- a/calendarui/globaldata/inc/calencontextimpl.h	Wed Sep 15 12:11:35 2010 +0300
+++ b/calendarui/globaldata/inc/calencontextimpl.h	Wed Oct 13 14:30:35 2010 +0300
@@ -128,21 +128,6 @@
      * this will be TCalenInstanceId::NullInstanceIdL()
      */
     TCalenInstanceId InstanceId() const;
-    
-    /**
-     * Sets the start and end time of the instance that has to be created.
-     * @param aStartTime The start time of the instance that has to be created.
-     * @param aEndTime The end time of the instance that has to be created.
-     */
-    void SetStartAndEndTimeForNewInstance( const TTime& aStartTime,
-                                        const TTime& aEndTime );
-    
-    /**
-     * Gets the start and end time of the instance that has to be created.
-     * @param aStartTime The start time of the instance that has to be created.
-     * @param aEndTime The end time of the instance that has to be created.
-     */
-    void GetStartAndEndTimeForNewInstance( TTime& aStartTime, TTime& aEndTime );
 
     /**
      * Gets the id of the currently active view.
@@ -270,10 +255,6 @@
     HBufC* iCalenFileName;
     HBufC* iCalAlarmEntryFileName;
     TCalLocalUid iCalAlarmLocalUid;
-	
-	// The new instance's start and end time
-    TTime iNewInstStartTime;
-	TTime iNewInstEndTime;
     };
 
 #endif // CALENCONTEXTIMPL_H