Files
harbour-core/harbour/samples/cccppc/incl.cls
1999-11-09 01:37:27 +00:00

34 lines
819 B
OpenEdge ABL
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//
// $Id$
//
//*******************************************************************
// incl.cls: Include direktorik nyilv ntart sa, £j readerek nyit sa
// az include filkre.
// 1999, Csisz r Levente
class INCL OBJECT
attrib lreader // Ebben vannak a nyitott include filk.
attrib includeList // A direktorik, amiben keresni kell
// az input filket.
attrib maxInclDeep // Legfeljebb ennyi lehet egym sba
// skatuly zva.
// 0: Nincs limit.
nmethod openIncludeFile(filename)
rmethod oinit(lreader,includeList,maxInclDeep)
metaclass
rmethod onew(lreader,includeList,maxInclDeep)