Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Handlers/IHydraulicBoundaryDatabaseUpdateHandler.cs =================================================================== diff -u -r70f38d859a8e1d08681c269d9233b19ade19faaf -r766af62ddd221ff9c76148793acab71fd3a89503 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Handlers/IHydraulicBoundaryDatabaseUpdateHandler.cs (.../IHydraulicBoundaryDatabaseUpdateHandler.cs) (revision 70f38d859a8e1d08681c269d9233b19ade19faaf) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Handlers/IHydraulicBoundaryDatabaseUpdateHandler.cs (.../IHydraulicBoundaryDatabaseUpdateHandler.cs) (revision 766af62ddd221ff9c76148793acab71fd3a89503) @@ -56,14 +56,16 @@ /// The read hydraulic boundary database to update with. /// The read hydraulic location configuration database to update with. /// The location ids that should be excluded. - /// The file path of the read hydraulic boundary database. + /// The file path of the read hydraulic boundary database. + /// The file path of the hlcd. /// All objects that have been affected by the update. /// Thrown when any parameter is null. IEnumerable Update(HydraulicBoundaryDatabase hydraulicBoundaryDatabase, ReadHydraulicBoundaryDatabase readHydraulicBoundaryDatabase, ReadHydraulicLocationConfigurationDatabase readHydraulicLocationConfigurationDatabase, IEnumerable excludedLocationIds, - string filePath); + string hydraulicBoundaryDatabaseFilePath, + string hlcdFilePath); /// /// Perform post-update actions.