From ff01ab532730181f0775d0c90ac26c8388ecdea9 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Mon, 8 May 2017 15:46:07 +0000 Subject: [PATCH] Update wikipage Persistence, storage, and retrieval. (Signed-off-by:tqa7ve2mnbntqnfca3i6rk7arhc2kxr8). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1825 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelbase-kernel/Persistence--storage--and-retrieval.wiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/17.01/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel/Persistence--storage--and-retrieval.wiki b/documentation/17.01/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel/Persistence--storage--and-retrieval.wiki index 1274a972..90b79968 100644 --- a/documentation/17.01/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel/Persistence--storage--and-retrieval.wiki +++ b/documentation/17.01/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel/Persistence--storage--and-retrieval.wiki @@ -75,8 +75,7 @@ If the structure in the file has been corrupted and retrieved i ==With SED storable== -The example below will show you how to store an object using the SED storable mechanism assuming the current class is a descendant of [[ref:libraries/base/reference/sed_storable_facilities_chart|SED_STORABLE_FACILITIES]]. It uses the - store feature but you could also use session_store or basic_store too. +The example below will show you how to store an object using the SED storable mechanism assuming the current class is a descendant of [[ref:libraries/base/reference/sed_storable_facilities_chart|SED_STORABLE_FACILITIES]]. It uses the store feature but you could also use session_store or basic_store too. store_object (o: ANY; p: PATH)