* uses typinfo moved to interface

This commit is contained in:
peter 2000-01-07 00:01:33 +00:00
parent 252f317fd8
commit 5536615717
3 changed files with 20 additions and 14 deletions

View File

@ -24,23 +24,23 @@ unit Classes;
interface interface
uses uses
strings, typinfo,
sysutils; sysutils;
{$i classesh.inc} {$i classesh.inc}
implementation implementation
uses typinfo;
{ OS - independent class implementations are in /inc directory. } { OS - independent class implementations are in /inc directory. }
{$i classes.inc} {$i classes.inc}
end. end.
{ {
$Log$ $Log$
Revision 1.6 2000-01-06 01:20:32 peter Revision 1.7 2000-01-07 00:01:33 peter
* uses typinfo moved to interface
Revision 1.6 2000/01/06 01:20:32 peter
* moved out of packages/ back to topdir * moved out of packages/ back to topdir
Revision 1.2 2000/01/04 18:09:29 michael Revision 1.2 2000/01/04 18:09:29 michael

View File

@ -24,8 +24,8 @@ unit Classes;
interface interface
uses uses
strings, sysutils,
sysutils,typinfo; typinfo;
{$i classesh.inc} {$i classesh.inc}
@ -47,7 +47,10 @@ finalization
end. end.
{ {
$Log$ $Log$
Revision 1.13 2000-01-06 01:20:33 peter Revision 1.14 2000-01-07 00:01:33 peter
* uses typinfo moved to interface
Revision 1.13 2000/01/06 01:20:33 peter
* moved out of packages/ back to topdir * moved out of packages/ back to topdir
Revision 1.2 2000/01/04 18:07:58 michael Revision 1.2 2000/01/04 18:07:58 michael

View File

@ -24,15 +24,15 @@ unit Classes;
interface interface
uses uses
strings, sysutils,
sysutils; typinfo;
{$i classesh.inc} {$i classesh.inc}
implementation implementation
uses uses
windows,typinfo; windows;
{ OS - independent class implementations are in /inc directory. } { OS - independent class implementations are in /inc directory. }
{$i classes.inc} {$i classes.inc}
@ -40,7 +40,10 @@ uses
end. end.
{ {
$Log$ $Log$
Revision 1.11 2000-01-06 01:20:36 peter Revision 1.12 2000-01-07 00:01:33 peter
* uses typinfo moved to interface
Revision 1.11 2000/01/06 01:20:36 peter
* moved out of packages/ back to topdir * moved out of packages/ back to topdir
Revision 1.2 2000/01/04 18:08:35 michael Revision 1.2 2000/01/04 18:08:35 michael