Transfert des variables statiques de cache dans les environnements
Todo:
51_resa/ResaModule.h: static ReservationsByService _reservationsByService; 51_resa/ResaModule.h: static _SessionsCallIdMap _sessionsCallIds; 51_resa/ResaModule.h: static boost::shared_ptr<security::Profile> _basicProfile; 51_resa/ResaModule.h: static boost::shared_ptr<security::Profile> _autoresaProfile; 51_resa/ResaModule.h: static boost::shared_ptr<security::Profile> _adminProfile; 51_resa/ResaModule.h: static boost::shared_ptr<OnlineReservationRule> _reservationContact; 51_resa/ResaModule.h: static boost::shared_ptr<pt_website::PTServiceConfig> _journeyPlannerConfig; 51_resa/ResaModule.h: static size_t _maxSeats;
Non traités car paramètres et non caches statiques :
19_inter_synthese/InterSYNTHESEModule.hpp: static boost::posix_time::time_duration _syncWaitingTime; 19_inter_synthese/InterSYNTHESEModule.hpp: static std::string _masterHost; 19_inter_synthese/InterSYNTHESEModule.hpp: static std::string _masterPort; 19_inter_synthese/InterSYNTHESEModule.hpp: static bool _slaveActive; 19_inter_synthese/InterSYNTHESEModule.hpp: static bool _postInstall; 19_inter_synthese/InterSYNTHESEModule.hpp: static util::RegistryKeyType _slaveId; 19_inter_synthese/InterSYNTHESEModule.hpp: static util::RegistryKeyType _postInstallPassiveImportId; 19_inter_synthese/InterSYNTHESEModule.hpp: static std::string _postInstallSlaveToMasterIp; 19_inter_synthese/InterSYNTHESEModule.hpp: static std::string _postInstallTables; 32_geography/GeographyModule.h static bool _cityNameBeforePlaceName; 36_access/AccessModule.hpp: static boost::shared_ptr<AccessCondition> _allowedCondition; 36_access/AccessModule.hpp: static boost::shared_ptr<AccessCondition> _forbiddenCondition; 40_pdf_cms/PDFCMSModule.hpp: static RequestPDFs _requestPDFs;
A traiter dans #446 (closed) :
61_data_exchange/DataExchangeModule.hpp: static VDVClients _vdvClients; 61_data_exchange/DataExchangeModule.hpp: static VDVServers _vdvServers; 61_data_exchange/DataExchangeModule.hpp: static bool _vdvServerActive; 61_data_exchange/DataExchangeModule.hpp: static bool _vdvClientActive; 61_data_exchange/DataExchangeModule.hpp: static boost::posix_time::ptime _vdvStartingTime;
Done :
11_cms/CMSModule.hpp: lines by url 15_server/URLManager.hpp: static URLManager* _Instance; 17_message/BroadcastPoint.hpp: static Children _RootChildren; 17_message/BroadcastPoint.hpp: static AllBroadcastPoints _AllBroadcastPoints; 19_inter_synthese/InterSYNTHESEModule.hpp: static PackagesBySmartURL _packagesBySmartURL; 32_geography/GeographyModule.h static GeneralAllPlacesMatcher _generalAllPlacesMatcher; 32_geography/GeographyModule.h static CitiesMatcher _citiesMatcher; 32_geography/GeographyModule.h static CitiesMatcher _citiesT9Matcher; 34_road/RoadModule.h: static GeneralRoadsMatcher _generalRoadsMatcher; 34_road/RoadModule.h: static GeneralPublicPlacesMatcher _generalPublicPlacesMatcher; 35_pt/PTModule.h static GeneralStopsMatcher _generalStopsMatcher; 36_access/AccessModule.hpp: static MainProfiles _mainProfiles; 37_pt_operation/PTOperationModule.hpp: static VehicleServicesByScheduledService _vehicleServicesByScheduledService; 38_vehicle/VehicleModule.hpp: static ServiceCompositions _serviceCompositions; 38_vehicle/VehicleModule.hpp: static LinesAllowedVehicles _linesAllowedVehicles; 38_vehicle/VehicleModule.hpp: static VehicleServiceCompositionByVehicleService _vehicleServiceCompositionByVehicleService; 38_vehicle/VehicleModule.hpp: static CurrentJourney _currentJourney; 38_vehicle/VehicleModule.hpp: static VehiclePosition _currentVehiclePosition; 38_vehicle/VehicleModule.hpp: static VehicleScreensMap _currentScreens; 38_vehicle/VehicleModule.hpp: static ExtraParameterMap _extraParameters; 38_vehicle/VehicleModule.hpp: static bool _ignition; 53_pt_journey_planner/PTRoutePlannerModule.h static StopAreasByDateAndByStartStopArea _stopAreasByDateAndByStartStopArea; 53_pt_journey_planner/PTRoutePlannerModule.h static StopAreasByDateAndByEndStopArea _stopAreasByDateAndByEndStopArea; 65_public_biking/PublicBikingModule.hpp static GeneralPublicBikeStationsMatcher _generalPublicBikeStationsMatcher;