From 0bdc155ebfc3ec2107cd26d37b541cd6e30a5ca6 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Mon, 29 May 2017 11:41:39 +0000 Subject: [PATCH] Update wikipage Access to internal properties. (Signed-off-by:tqa7ve2mnbntqnfca3i6rk7arhc2kxr8). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1840 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelbase-kernel/Access-to-internal-properties.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/trunk/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel/Access-to-internal-properties.wiki b/documentation/trunk/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel/Access-to-internal-properties.wiki index 10ba153f..b2310e6c 100644 --- a/documentation/trunk/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel/Access-to-internal-properties.wiki +++ b/documentation/trunk/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel/Access-to-internal-properties.wiki @@ -1,5 +1,5 @@ [[Property:uuid|3E1CF220-F2C6-458D-8ED9-92FA7FD4CBAF]] -[[Property:weight|0]] +[[Property:weight|4]] [[Property:title|Access to internal properties]] In some applications, you may need to fine-tune the exception handling and memory management mechanisms. You may also need a simple way to access command-line arguments. In less common cases, you may require low-level access to internal properties of objects.