mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:28:03 +02:00
* Fix hierarchy
This commit is contained in:
parent
d948420eba
commit
59501f11a5
@ -296,7 +296,7 @@ type
|
||||
{$if defined(unix) or defined(windows)}
|
||||
{$DEFINE HAVENONBLOCKING}
|
||||
{$endif}
|
||||
TInetSocket = Class(TServerSocketStream)
|
||||
TInetSocket = Class(TSocketStream)
|
||||
Private
|
||||
FHost : String;
|
||||
FPort : Word;
|
||||
@ -315,7 +315,7 @@ type
|
||||
|
||||
{$ifdef Unix}
|
||||
|
||||
TUnixSocket = Class(TServerSocketStream)
|
||||
TUnixSocket = Class(TSocketStream)
|
||||
Private
|
||||
FFileName : String;
|
||||
Protected
|
||||
|
Loading…
Reference in New Issue
Block a user