From 00bb9507eda7cf3d768d4828011a6053cbf560f9 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Tue, 27 Jul 2004 09:15:09 +0000 Subject: [PATCH] 2004-07-27 11:16 UTC+0100 --- harbour/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9e74336c47..39667cfc15 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,17 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2004-07-27 11:16 UTC+0100 Antonio Linares + * include/hbclass.ch + + Added optional clause FUNCTION to class definitions, + based on Class(y) implementation. This allows to use a different name, + if desired, to the defined class. i.e.: + + CLASS Date FUNCTION _Date + + As Date() is a reserved function name, we can use a _Date() one, but the + Class Name will remain as DATE. + 2004-07-27 02:09 UTC+0100 Antonio Linares + source/rtl/characte.prg * Harbour implementation of Class(y) Class Character