2001-05-21 07:20 UTC+1 JFL (mafact) <jfl@mafact.com>

This commit is contained in:
Jean-Francois Lefebvre
2001-05-21 05:20:23 +00:00
parent 48d4ea2222
commit 7a15d4b230
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2001-05-21 07:20 UTC+1 JFL (mafact) <jfl@mafact.com>
* harbour/source/vm/classes.c
* hb_objGetRealClsName(object, szmsg )
was missing in function declaration.
2001-05-20 19:15 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
* contrib/hbzlib/zip.c
contrib/hbzlib/zipcomp.cpp

View File

@@ -209,6 +209,7 @@ static PCLASS s_pClasses = NULL;
static USHORT s_uiClasses = 0;
static PMETHOD s_pMethod = NULL; /* TOFIX: The object engine is not thread safe because of this. [vszakats] */
static PHB_DYNS s_msgClassName = NULL;
static PHB_DYNS s_msgClassH = NULL;
static PHB_DYNS s_msgEval = NULL;
static PHB_DYNS s_msgClassSel = NULL;
@@ -226,6 +227,7 @@ static void hb_clsRelease( PCLASS );
void hb_clsReleaseAll( void );
char * hb_objGetClsName( PHB_ITEM pObject );
char * hb_objGetRealClsName( PHB_ITEM pObject, char * szName );
PHB_FUNC hb_objGetMethod( PHB_ITEM, PHB_SYMB );
PHB_FUNC hb_objGetMthd( PHB_ITEM pObject, PHB_SYMB pMessage, BOOL lAllowErrFunc );
ULONG hb_objHasMsg( PHB_ITEM pObject, char * szString );