clock2/clockui/uilayer/src/clockdocument.cpp
branchRCL_3
changeset 48 bf573002ff72
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
36:9c5b1510919f 48:bf573002ff72
   203 CClkUiAlarmModel* CClockDocument::AlarmModel()
   203 CClkUiAlarmModel* CClockDocument::AlarmModel()
   204     {
   204     {
   205     return iAlarmModel;
   205     return iAlarmModel;
   206     }
   206     }
   207 
   207 
   208 // ---------------------------------------------------------
   208 /*// ---------------------------------------------------------
   209 // CClockDocument::GetPrevAlarmTime
   209 // CClockDocument::GetPrevAlarmTime
   210 // rest of the details are commented in the header
   210 // rest of the details are commented in the header
   211 // ---------------------------------------------------------
   211 // ---------------------------------------------------------
   212 //
   212 //
   213 TTime CClockDocument::GetPrevAlarmTime()
   213 TTime CClockDocument::GetPrevAlarmTime()
   221 // ---------------------------------------------------------
   221 // ---------------------------------------------------------
   222 //
   222 //
   223 void CClockDocument::SetPrevAlarmTime( TTime aPrevAlarmTime )
   223 void CClockDocument::SetPrevAlarmTime( TTime aPrevAlarmTime )
   224     {
   224     {
   225     iPrevAlarmTime = aPrevAlarmTime.Int64();
   225     iPrevAlarmTime = aPrevAlarmTime.Int64();
   226     }
   226     }*/
   227 
   227 
   228 // ---------------------------------------------------------
   228 // ---------------------------------------------------------
   229 // CClockDocument::GetWorldClockList
   229 // CClockDocument::GetWorldClockList
   230 // rest of the details are commented in the header
   230 // rest of the details are commented in the header
   231 // ---------------------------------------------------------
   231 // ---------------------------------------------------------