@@ -34,38 +34,37 @@ else:
3434 "SqlLogger.cpp",
3535 "RandomSerializable.cpp",
3636 "RandomNumberGeneratorFactory.cpp",
37- "BroadcasterImpl.cpp",
3837
3938 # Campaign
39+ "BroadcasterImpl.cpp",
40+ "BroadcastCoordinatorEvent.cpp",
41+ "CalendarEventCoordinator.cpp",
4042 "CampaignEvent.cpp",
43+ "DelayEventCoordinator.cpp",
44+ "IncidenceEventCoordinator.cpp",
4145 "InterventionsContainer.cpp",
4246 "NChooserEventCoordinator.cpp",
4347 "NodeEventContext.cpp",
4448 "SimulationEventContext.cpp",
4549 "StandardEventCoordinator.cpp",
50+ "IncidenceCounterSurveillance.cpp",
51+ "SurveillanceEventCoordinator.cpp",
52+ "TriggeredEventCoordinator.cpp",
4653 "CoverageByNodeEventCoordinator.cpp",
4754 "CommunityHealthWorkerEventCoordinator.cpp",
4855 "DemographicRestrictions.cpp",
4956 "PropertyRestrictions.cpp",
50-
51- # Surveillance
52- "BroadcastCoordinatorEvent.cpp",
53- "CalendarEventCoordinator.cpp",
54- "DelayEventCoordinator.cpp",
55- "IncidenceEventCoordinator.cpp",
56- "IncidenceCounterSurveillance.cpp",
57- "SurveillanceEventCoordinator.cpp",
58- "TriggeredEventCoordinator.cpp",
59- "ReportSurveillanceEventRecorder.cpp",
6057
6158 # Reporting
6259 "DemographicsReport.cpp",
6360 "PropertyReport.cpp",
61+ "ReportFactory.cpp",
6462 "Report.cpp",
6563 "ReportStatsByIP.cpp",
6664 "ReportEventRecorder.cpp",
6765 "ReportEventRecorderNode.cpp",
6866 "ReportEventRecorderCoordinator.cpp",
67+ "ReportSurveillanceEventRecorder.cpp",
6968 "SQLReporter.cpp",
7069
7170 # HINT
@@ -83,13 +82,13 @@ else:
8382 "SpatialReport.cpp",
8483 "Susceptibility.cpp",
8584
85+ "../interventions/CalendarIV.cpp",
86+ "../interventions/DelayedIntervention.cpp",
87+ "../interventions/Diagnostics.cpp",
8688 "../interventions/BroadcastEvent.cpp",
8789 "../interventions/BroadcastNodeEvent.cpp",
8890 "../interventions/BroadcastEventToOtherNodes.cpp",
89- "../interventions/CalendarIV.cpp",
9091 "../interventions/ChangeIPMatrix.cpp",
91- "../interventions/DelayedIntervention.cpp",
92- "../interventions/Diagnostics.cpp",
9392 "../interventions/Drugs.cpp",
9493 "../interventions/EnvironmentalDiagnostic.cpp",
9594 "../interventions/HealthSeekingBehavior.cpp",
@@ -106,9 +105,10 @@ else:
106105 "../interventions/NodeRandomNumber.cpp",
107106 "../interventions/NLHTIVNode.cpp",
108107 "../interventions/NodePropertyValueChanger.cpp",
108+ "../interventions/PropertyValueChanger.cpp",
109109 "../interventions/Outbreak.cpp",
110110 "../interventions/OutbreakIndividual.cpp",
111- "../interventions/PropertyValueChanger.cpp",
111+
112112 "../interventions/TravelRestriction.cpp",
113113 "../interventions/Vaccine.cpp",
114114 ]
@@ -139,12 +139,10 @@ else:
139139 "VectorProbabilities.cpp",
140140 "VectorSpeciesParameters.cpp",
141141 "VectorSpeciesReport.cpp",
142-
143142 "Climate.cpp",
144143 "ClimateByData.cpp",
145144 "ClimateConstant.cpp",
146145 "ClimateKoppen.cpp",
147-
148146 "../interventions/Bednet.cpp",
149147 "../interventions/BitingRisk.cpp",
150148 "../interventions/HousingModification.cpp",
@@ -334,7 +332,7 @@ else:
334332 "../interventions/ModifyStiCoInfectionStatus.cpp",
335333 "../interventions/StiCoInfectionDiagnostic.cpp",
336334 "../interventions/STIBarrier.cpp",
337- "../interventions/STIIsPostDebut.cpp"
335+ "../interventions/STIIsPostDebut.cpp",
338336 ]
339337
340338 # HIV
0 commit comments