simpleengine/siputils/src/simplesettings.cpp
branchRCL_3
changeset 35 fbd2e7cec7ef
parent 34 2669f8761a99
equal deleted inserted replaced
34:2669f8761a99 35:fbd2e7cec7ef
   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(