simpleengine/siputils/src/simplesettings.cpp
branchRCL_3
changeset 17 2669f8761a99
parent 0 c8caa15ef882
child 18 fbd2e7cec7ef
equal deleted inserted replaced
16:2580314736af 17:2669f8761a99
   125     // Read Central Repository settings
   125     // Read Central Repository settings
   126     CRepository* repository = NULL;
   126     CRepository* repository = NULL;
   127     TRAP_IGNORE( repository = CRepository::NewL( KCRUIDSimpleVariation ));
   127     TRAP_IGNORE( repository = CRepository::NewL( KCRUIDSimpleVariation ));
   128     if ( repository )
   128     if ( repository )
   129         {
   129         {
   130         //TRAP_IGNORE( iExpiryPuhlish = GetCenRepIntValueL(
   130         TRAP_IGNORE( iExpiryPuhlish = GetCenRepIntValueL(
   131         //    repository, KSimplePublishRefresh ));
   131             repository, KSimplePublishRefresh ));
   132         TRAP_IGNORE( iExpiryWatcher = GetCenRepIntValueL(
   132         TRAP_IGNORE( iExpiryWatcher = GetCenRepIntValueL(
   133             repository, KSimpleSubscribeRefresh ));
   133             repository, KSimpleSubscribeRefresh ));
   134         TRAP_IGNORE( iExpiryWinfo = GetCenRepIntValueL(
   134         TRAP_IGNORE( iExpiryWinfo = GetCenRepIntValueL(
   135             repository, KSimpleSubscribeWinfoRefresh ));
   135             repository, KSimpleSubscribeWinfoRefresh ));
   136         TRAP_IGNORE( iExpiryApi = GetCenRepIntValueL(
   136         TRAP_IGNORE( iExpiryApi = GetCenRepIntValueL(