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

32 lines
699 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$
//
//*******************************************************************
// mcontrol.cls: Ez egy olyan eszk”z, ami az inputra Łj
// 'changer'-eket tud indˇtani.
// 1999, Csisz r Levente
class MCONTROL TREADER
attrib defdict
attrib xtrdict
attrib ujsor
attrib trPrsAlg
rmethod readItem()
// Olvas egy elemet. Ha az elem megfelel bizonyos feltteleknek
// akkor indˇt r  egy 'changer'-t.
// Ret: Az elem, ha OK, nil, ha vge van a streamnek, vagy ha
// hiba volt.
rmethod oinit(inputReader,name,defdict,xtrdict,errorStream,trPrsAlg)
metaclass
rmethod onew(inputReader,name,defdict,xtrdict,errorStream,trPrsAlg)