Index: Riskeer/Common/src/Riskeer.Common.IO/FileImporters/IFailureMechanismSectionResultUpdateStrategy.cs
===================================================================
diff -u -r1b062cc4b3f0dd11defb95dd7ad5689a595274db -ra04017b3078069dd4ac6e7cfa2fa07d1c64dd919
--- Riskeer/Common/src/Riskeer.Common.IO/FileImporters/IFailureMechanismSectionResultUpdateStrategy.cs (.../IFailureMechanismSectionResultUpdateStrategy.cs) (revision 1b062cc4b3f0dd11defb95dd7ad5689a595274db)
+++ Riskeer/Common/src/Riskeer.Common.IO/FileImporters/IFailureMechanismSectionResultUpdateStrategy.cs (.../IFailureMechanismSectionResultUpdateStrategy.cs) (revision a04017b3078069dd4ac6e7cfa2fa07d1c64dd919)
@@ -28,7 +28,7 @@
/// Interface describing the method of updating instances of derivatives
/// with data from another instance.
///
- /// The type of that will be updated.
+ /// The type of that will be updated.
public interface IFailureMechanismSectionResultUpdateStrategy
where T : FailureMechanismSectionResult
{
@@ -41,24 +41,4 @@
/// Thrown when any parameter is null.
void UpdateSectionResult(T origin, T target);
}
-
- ///
- /// Interface describing the method of updating instances of derivatives
- /// with data from another instance.
- ///
- /// The type of that will be updated.
- /// The type of that will be updated.
- public interface IFailureMechanismSectionResultUpdateStrategy : IFailureMechanismSectionResultUpdateStrategy
- where TOld : FailureMechanismSectionResultOld
- where TNew : FailureMechanismSectionResult
- {
- ///
- /// Updates the object with the registered result
- /// from the .
- ///
- /// The object to get the data from that will be put on .
- /// The object to update with data from .
- /// Thrown when any parameter is null.
- void UpdateSectionResultOld(TOld origin, TOld target);
- }
}
\ No newline at end of file