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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -598,7 +598,7 @@ DECLARE HBClass ;
|
||||
|
||||
/* Scalar classes support */
|
||||
#command ASSOCIATE CLASS <ClassFuncName> WITH TYPE <type: ;
|
||||
ARRAY, BLOCK, CHARACTER, DATE, HASH, LOGICAL, NIL, NUMERIC, SYMBOL, POINTER> => ;
|
||||
ARRAY, BLOCK, CHARACTER, DATE, HASH, LOGICAL, NIL, NUMERIC, SYMBOL, TIMESTAMP, POINTER> => ;
|
||||
__clsAssocType( __clsInstSuper( @<ClassFuncName>() ), #<type> )
|
||||
|
||||
#command ENABLE TYPE CLASS <type: ;
|
||||
|
||||
Reference in New Issue
Block a user