calendarui/controller/src/calencontroller.cpp
branchRCL_3
changeset 27 55d60436f00b
parent 21 9711e452b5e9
child 36 9c5b1510919f
equal deleted inserted replaced
21:9711e452b5e9 27:55d60436f00b
  1131     {
  1131     {
  1132     TRACE_ENTRY_POINT;
  1132     TRACE_ENTRY_POINT;
  1133     iGlobalData->GetAllCalendarInfoL(aCalendarInfoList);
  1133     iGlobalData->GetAllCalendarInfoL(aCalendarInfoList);
  1134     TRACE_EXIT_POINT;
  1134     TRACE_EXIT_POINT;
  1135     }
  1135     }
       
  1136 
       
  1137 // -----------------------------------------------------------------------------
       
  1138 // CCalenController::SetLaunchFromExternalApp
       
  1139 //
       
  1140 // (other items were commented in a header).
       
  1141 // -----------------------------------------------------------------------------
       
  1142 //
       
  1143 void CCalenController::SetLaunchFromExternalApp( TBool aFlag )
       
  1144     {
       
  1145     TRACE_ENTRY_POINT;
       
  1146     
       
  1147     iLaunchFromExternalApp = aFlag;
       
  1148     TRACE_EXIT_POINT;
       
  1149     }
       
  1150 
       
  1151 // -----------------------------------------------------------------------------
       
  1152 // CCalenController::SetLaunchFromExternalApp
       
  1153 //
       
  1154 // (other items were commented in a header).
       
  1155 // -----------------------------------------------------------------------------
       
  1156 //
       
  1157 TBool CCalenController::IsLaunchFromExternalApp()
       
  1158     {
       
  1159     TRACE_ENTRY_POINT;
       
  1160     TRACE_EXIT_POINT;
       
  1161     
       
  1162     return iLaunchFromExternalApp;
       
  1163     }
  1136 // End of file
  1164 // End of file
  1137 
  1165