note
	description: "[
		Ancestor of all classes that need facility to retrieve an older version of an instance of current
		class through storable.
		Redefine correct_mismatch to get data from Mismatch_information about found mismatch. A mismatch
		might be the addition or the removal of an attribute as well as an attribute type change.
	]"
	library: "Free implementation of ELKS library"
	status: "See notice at end of class."
	legal: "See notice at end of class."
	date: "$Date: 2020-05-19 14:29:33 +0000 (Tue, 19 May 2020) $"
	revision: "$Revision: 104259 $"

class interface
	MISMATCH_CORRECTOR

create 
	default_create

feature -- Correction

	correct_mismatch
			-- Attempt to correct object mismatch using Mismatch_information.

	Mismatch_information: MISMATCH_INFORMATION
			-- Original attribute values of mismatched object
	
note
	copyright: "Copyright (c) 1984-2020, Eiffel Software and others"
	license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
	source: "[
		Eiffel Software
		5949 Hollister Ave., Goleta, CA 93117 USA
		Telephone 805-685-1006, Fax 805-685-6869
		Website http://www.eiffel.com
		Customer support http://support.eiffel.com
	]"

end -- class MISMATCH_CORRECTOR

Generated by ISE EiffelStudio