2001-05-09 22:10 UTC+1 JFL (mafact) <jfl@mafact.com>

This commit is contained in:
Jean-Francois Lefebvre
2001-05-09 20:11:44 +00:00
parent 5c716b75fa
commit 82c577cfe2
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2001-05-09 22:10 UTC+1 JFL (mafact) <jfl@mafact.com>
* include/hbclass.ch
+ EXPORT: same as EXPORTED: for classy compatibility
2001-05-08 21:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* source/rtl/dbdelim.c

View File

@@ -119,9 +119,9 @@ by Victor Szakats <info@szelvesz.hu>
by David G. Holm <Harbour@SpaceMoose.com>
1) Change your CVSROOT variable from
:pserver:anonymous@cvs.Harbour-project.sourceforge.net:/cvsroot/Harbour-project
:pserver:anonymous@cvs.Harbour-project.sourceforge.net:/cvsroot/harbour-project
to
:ext:your_source_forge_ID_in_lower_case@cvs.Harbour-project.sourceforge.net:/cvsroot/Harbour-project
:ext:your_source_forge_ID_in_lower_case@cvs.Harbour-project.sourceforge.net:/cvsroot/harbour-project
2) Set up CVS to use SSH (see cvs_ssh.txt for details).
@@ -203,7 +203,7 @@ Next I set up CVS, using the following steps:
@echo off
SET HOMEDRIVE=E:
SET HOMEPATH=/hb-dev/
SET CVSROOT=:ext:dholm@cvs.Harbour-project.sourceforge.net:/cvsroot/Harbour-project
SET CVSROOT=:ext:dholm@cvs.Harbour-project.sourceforge.net:/cvsroot/harbour-project
SET CVS_RSH=ssh
cvs co harbour
6) I ran the CHECKOUT batch file and was prompted for my SourceForge

View File

@@ -228,6 +228,7 @@ DECLARE TClass ;
s_oClass:AddInline( "_" + <(DataName1)>, {|Self, param| Self:<oObject>:<DataName2> := param }, HB_OO_CLSTP_EXPORTED )
#xtranslate EXPORTED: => nScope := HB_OO_CLSTP_EXPORTED
#xtranslate EXPORT: => nScope := HB_OO_CLSTP_EXPORTED
#xtranslate VISIBLE: => nScope := HB_OO_CLSTP_EXPORTED
#xtranslate HIDDEN: => nScope := HB_OO_CLSTP_HIDDEN
#xtranslate PROTECTED: => nScope := HB_OO_CLSTP_PROTECTED