calendarui/globaldata/src/calencontextimpl.cpp
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
   307     TRACE_EXIT_POINT;
   307     TRACE_EXIT_POINT;
   308     return iInstanceId;
   308     return iInstanceId;
   309     }
   309     }
   310 
   310 
   311 // -----------------------------------------------------------------------------
   311 // -----------------------------------------------------------------------------
       
   312 // CCalenContextImpl::SetStartAndEndTimeForNewInstance
       
   313 // Sets the start and end time of the instance that has to be created.
       
   314 // (other items were commented in a header).
       
   315 // -----------------------------------------------------------------------------
       
   316 //
       
   317 void CCalenContextImpl::SetStartAndEndTimeForNewInstance( const TTime& aStartTime,
       
   318                                                       const TTime& aEndTime )
       
   319     {
       
   320 	TRACE_ENTRY_POINT;
       
   321     iNewInstStartTime = aStartTime;
       
   322     iNewInstEndTime = aEndTime;
       
   323 	TRACE_EXIT_POINT;
       
   324     }
       
   325  
       
   326 // -----------------------------------------------------------------------------
       
   327 // CCalenContextImpl::GetStartAndEndTimeForNewInstance
       
   328 // Gets the start and end time of the instance that has to be created.
       
   329 // (other items were commented in a header).
       
   330 // -----------------------------------------------------------------------------
       
   331 //
       
   332 void CCalenContextImpl::GetStartAndEndTimeForNewInstance( TTime& aStartTime,
       
   333                                                         TTime& aEndTime )
       
   334     {
       
   335 	TRACE_ENTRY_POINT;
       
   336     aStartTime = iNewInstStartTime;
       
   337     aEndTime = iNewInstEndTime;
       
   338 	TRACE_EXIT_POINT;
       
   339     }
       
   340 
       
   341 // -----------------------------------------------------------------------------
   312 // CCalenContextImpl::ViewId
   342 // CCalenContextImpl::ViewId
   313 // Returns the view id
   343 // Returns the view id
   314 // (other items were commented in a header).
   344 // (other items were commented in a header).
   315 // -----------------------------------------------------------------------------
   345 // -----------------------------------------------------------------------------
   316 //
   346 //