organizer_plat/calendar_custamization_api/inc/calencontext.h
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
   129 		 * 
   129 		 * 
   130 		 * @return TVwsViewId The view id of the currently active view
   130 		 * @return TVwsViewId The view id of the currently active view
   131 		 */
   131 		 */
   132         virtual TVwsViewId ViewId() const = 0;
   132         virtual TVwsViewId ViewId() const = 0;
   133         
   133         
       
   134         /**
       
   135          * Sets the start and end time of the instance that has to be created.
       
   136          * @param aStartTime The start time of the instance that has to be created.
       
   137          * @param aEndTime The end time of the instance that has to be created.
       
   138          */
       
   139         virtual void SetStartAndEndTimeForNewInstance( const TTime& aStartTime,
       
   140                                             const TTime& aEndTime ) = 0;
       
   141         
       
   142         /**
       
   143          * Gets the start and end time of the instance that has to be created.
       
   144          * @param aStartTime The start time of the instance that has to be created.
       
   145          * @param aEndTime The end time of the instance that has to be created.
       
   146          */
       
   147         virtual void GetStartAndEndTimeForNewInstance( TTime& aStartTime, TTime& aEndTime ) = 0;
       
   148             
   134  
   149  
   135 	public:			// For Mutliple Context Support    
   150 	public:			// For Mutliple Context Support    
   136  
   151  
   137 		/**
   152 		/**
   138 		 * @brief Sets multiple context ids
   153 		 * @brief Sets multiple context ids