From bf5511aa058ecad84d10c409f61478f4c553cd00 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 10 Jun 2010 16:00:41 +0000 Subject: [PATCH] 2010-06-10 18:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbclass.ch ! added missing TIMESTAMP class to ASSOCIATE CLASS command, thanks to Alex Strickland for the information --- harbour/ChangeLog | 5 +++++ harbour/include/hbclass.ch | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 521f2386a4..b78520a08c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2010-06-10 18:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbclass.ch + ! added missing TIMESTAMP class to ASSOCIATE CLASS command, + thanks to Alex Strickland for the information + 2010-06-10 14:24 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/plug_moc.prg * utils/hbmk2/hbmk2.prg diff --git a/harbour/include/hbclass.ch b/harbour/include/hbclass.ch index b200209ea2..0b81b555c7 100644 --- a/harbour/include/hbclass.ch +++ b/harbour/include/hbclass.ch @@ -598,7 +598,7 @@ DECLARE HBClass ; /* Scalar classes support */ #command ASSOCIATE CLASS WITH TYPE => ; + ARRAY, BLOCK, CHARACTER, DATE, HASH, LOGICAL, NIL, NUMERIC, SYMBOL, TIMESTAMP, POINTER> => ; __clsAssocType( __clsInstSuper( @() ), # ) #command ENABLE TYPE CLASS